Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@13338 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 20, 2010
1 parent e24ccb8 commit 562e04e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/qgisapp.h
Expand Up @@ -1096,15 +1096,16 @@ class QgisApp : public QMainWindow
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;
Expand Down

0 comments on commit 562e04e

Please sign in to comment.