Skip to content

Commit d66ecf6

Browse files
committedFeb 10, 2014
Code and warning cleanup
1 parent ac9eed7 commit d66ecf6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ QgisApp *QgisApp::smInstance = 0;
445445
QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent, Qt::WFlags fl )
446446
: QMainWindow( parent, fl )
447447
, mSplash( splash )
448-
, mInternalClipboard( 0 )
449448
, mMousePrecisionDecimalPlaces( 0 )
449+
, mInternalClipboard( 0 )
450450
, mShowProjectionTab( false )
451451
, mPythonUtils( NULL )
452452
#ifdef Q_OS_WIN

‎src/app/qgisapp.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,6 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
14431443
QRect *mMapWindow;
14441444
//! The previously selected non zoom map tool.
14451445
int mPreviousNonZoomMapTool;
1446-
//QCursor *mCursorZoomIn; //doesnt seem to be used anymore (TS)
14471446
QString mStartupPath;
14481447
//! full path name of the current map file (if it has been saved or loaded)
14491448
QString mFullPathName;
@@ -1457,10 +1456,6 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
14571456
QStringList mRecentProjectPaths;
14581457
//! Print composers of this project, accessible by id string
14591458
QSet<QgsComposer*> mPrintComposers;
1460-
// This is not initialized or used anywhere
1461-
// //! How to determine the number of decimal places used to
1462-
// //! display the mouse position
1463-
// bool mMousePrecisionAutomatic;
14641459
//! The number of decimal places to use if not automatic
14651460
unsigned int mMousePrecisionDecimalPlaces;
14661461
/** QGIS-internal vector feature clipboard */

0 commit comments

Comments
 (0)
Please sign in to comment.