Skip to content

Commit eba4ac7

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13338 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fa8c8cc commit eba4ac7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/qgisapp.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -1096,15 +1096,16 @@ class QgisApp : public QMainWindow
10961096
QgsUndoWidget* mUndoWidget;
10971097

10981098
QNetworkAccessManager *mNAM;
1099+
1100+
//! Persistent tile scale slider
1101+
QgsTileScaleWidget * mpTileScaleWidget;
1102+
10991103
#if QT_VERSION >= 0x40500
11001104
QgsNetworkProxyFactory *mProxyFactory;
11011105
#endif
11021106

11031107
int mLastComposerId;
11041108

1105-
//! Persistent tile scale slider
1106-
QgsTileScaleWidget * mpTileScaleWidget;
1107-
11081109
#ifdef HAVE_QWT
11091110
//! Persistent GPS toolbox
11101111
QgsGPSInformationWidget * mpGpsWidget;

0 commit comments

Comments
 (0)