Fix build warnings

This commit is contained in:
Matthias Kuhn 2016-04-21 09:15:04 +02:00
parent 09ced9bf99
commit 66cb25fe55

View File

@ -558,6 +558,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
, mInternalClipboard( nullptr )
, mShowProjectionTab( false )
, mPythonUtils( nullptr )
, mMapStylingDock( nullptr )
, mComposerManager( nullptr )
, mpTileScaleWidget( nullptr )
, mpGpsWidget( nullptr )
@ -566,7 +567,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
, mProjectLastModified()
, mWelcomePage( nullptr )
, mCentralContainer( nullptr )
, mMapStylingDock( nullptr )
{
if ( smInstance )
{