We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 59d7582 commit a0e6b7fCopy full SHA for a0e6b7f
src/gui/qgstextformatwidget.cpp
@@ -31,12 +31,6 @@
31
32
QgsTextFormatWidget::QgsTextFormatWidget( const QgsTextFormat &format, QgsMapCanvas *mapCanvas, QWidget *parent )
33
: QWidget( parent )
34
- , mQuadrantBtnGrp( nullptr )
35
- , mDirectSymbBtnGrp( nullptr )
36
- , mUpsidedownBtnGrp( nullptr )
37
- , mPlacePointBtnGrp( nullptr )
38
- , mPlaceLineBtnGrp( nullptr )
39
- , mPlacePolygonBtnGrp( nullptr )
40
, mMinPixelLimit( 0 )
41
, mWidgetMode( Text )
42
, mMapCanvas( mapCanvas )
@@ -50,12 +44,6 @@ QgsTextFormatWidget::QgsTextFormatWidget( const QgsTextFormat &format, QgsMapCan
50
44
51
45
QgsTextFormatWidget::QgsTextFormatWidget( QgsMapCanvas *mapCanvas, QWidget *parent, Mode mode )
52
46
53
54
55
56
57
58
59
47
60
48
, mWidgetMode( mode )
61
49
0 commit comments