We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24ccb8 commit 562e04eCopy full SHA for 562e04e
src/app/qgisapp.h
@@ -1096,15 +1096,16 @@ class QgisApp : public QMainWindow
1096
QgsUndoWidget* mUndoWidget;
1097
1098
QNetworkAccessManager *mNAM;
1099
+
1100
+ //! Persistent tile scale slider
1101
+ QgsTileScaleWidget * mpTileScaleWidget;
1102
1103
#if QT_VERSION >= 0x40500
1104
QgsNetworkProxyFactory *mProxyFactory;
1105
#endif
1106
1107
int mLastComposerId;
1108
- //! Persistent tile scale slider
- QgsTileScaleWidget * mpTileScaleWidget;
-
1109
#ifdef HAVE_QWT
1110
//! Persistent GPS toolbox
1111
QgsGPSInformationWidget * mpGpsWidget;
0 commit comments