mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix build warnings
This commit is contained in:
parent
09ced9bf99
commit
66cb25fe55
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user