[QGIS Commit] r13338 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Apr 20 15:18:33 EDT 2010


Author: jef
Date: 2010-04-20 15:18:32 -0400 (Tue, 20 Apr 2010)
New Revision: 13338

Modified:
   trunk/qgis/src/app/qgisapp.h
Log:
fix warning

Modified: trunk/qgis/src/app/qgisapp.h
===================================================================
--- trunk/qgis/src/app/qgisapp.h	2010-04-20 19:17:41 UTC (rev 13337)
+++ trunk/qgis/src/app/qgisapp.h	2010-04-20 19:18:32 UTC (rev 13338)
@@ -1096,15 +1096,16 @@
     QgsUndoWidget* mUndoWidget;
 
     QNetworkAccessManager *mNAM;
+
+    //! Persistent tile scale slider
+    QgsTileScaleWidget * mpTileScaleWidget;
+
 #if QT_VERSION >= 0x40500
     QgsNetworkProxyFactory *mProxyFactory;
 #endif
 
     int mLastComposerId;
 
-    //! Persistent tile scale slider
-    QgsTileScaleWidget * mpTileScaleWidget;
-
 #ifdef HAVE_QWT
     //! Persistent GPS toolbox
     QgsGPSInformationWidget * mpGpsWidget;



More information about the QGIS-commit mailing list