@@ -605,39 +605,9 @@ QgisApp *QgisApp::sInstance = nullptr;
605
605
// constructor starts here
606
606
QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCheck, const QString rootProfileLocation, const QString activeProfile, QWidget *parent, Qt::WindowFlags fl )
607
607
: QMainWindow( parent, fl )
608
- , mNonEditMapTool( nullptr )
609
- , mScaleWidget( nullptr )
610
- , mMagnifierWidget( nullptr )
611
- , mCoordsEdit( nullptr )
612
- , mRotationLabel( nullptr )
613
- , mRotationEdit( nullptr )
614
- , mRotationEditValidator( nullptr )
615
- , mProgressBar( nullptr )
616
- , mRenderSuppressionCBox( nullptr )
617
- , mOnTheFlyProjectionStatusLabel( nullptr )
618
- , mOnTheFlyProjectionStatusButton( nullptr )
619
- , mMessageButton( nullptr )
620
- , mFeatureActionMenu( nullptr )
621
- , mPopupMenu( nullptr )
622
- , mDatabaseMenu( nullptr )
623
- , mWebMenu( nullptr )
624
- , mToolPopupOverviews( nullptr )
625
- , mToolPopupDisplay( nullptr )
626
- , mLayerTreeCanvasBridge( nullptr )
627
608
, mSplash( splash )
628
- , mInternalClipboard( nullptr )
629
609
, mShowProjectionTab( false )
630
- , mPythonUtils( nullptr )
631
- , mSnappingWidget( nullptr )
632
- , mMapStylingDock( nullptr )
633
- , mComposerManager( nullptr )
634
- , mpTileScaleWidget( nullptr )
635
- , mpGpsWidget( nullptr )
636
- , mTracer( nullptr )
637
- , mSnappingUtils( nullptr )
638
610
, mProjectLastModified()
639
- , mWelcomePage( nullptr )
640
- , mCentralContainer( nullptr )
641
611
{
642
612
if ( sInstance )
643
613
{
@@ -1240,90 +1210,16 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
1240
1210
1241
1211
QgisApp::QgisApp()
1242
1212
: QMainWindow( nullptr, 0 )
1243
- , mStyleSheetBuilder( nullptr )
1244
- , mActionPluginSeparator1( nullptr )
1245
- , mActionPluginSeparator2( nullptr )
1246
- , mActionRasterSeparator( nullptr )
1247
- , mMapToolGroup( nullptr )
1248
- , mPreviewGroup( nullptr )
1249
1213
#ifdef Q_OS_MAC
1250
1214
, mWindowMenu( nullptr )
1251
1215
#endif
1252
- , mPanelMenu( nullptr )
1253
- , mToolbarMenu( nullptr )
1254
- , mLayerTreeDock( nullptr )
1255
- , mLayerOrderDock( nullptr )
1256
- , mOverviewDock( nullptr )
1257
- , mpGpsDock( nullptr )
1258
- , mLogDock( nullptr )
1259
- , mNonEditMapTool( nullptr )
1260
- , mTaskManagerWidget( nullptr )
1261
- , mScaleWidget( nullptr )
1262
- , mMagnifierWidget( nullptr )
1263
- , mCoordsEdit( nullptr )
1264
- , mRotationLabel( nullptr )
1265
- , mRotationEdit( nullptr )
1266
- , mRotationEditValidator( nullptr )
1267
- , mProgressBar( nullptr )
1268
- , mRenderSuppressionCBox( nullptr )
1269
- , mOnTheFlyProjectionStatusLabel( nullptr )
1270
- , mOnTheFlyProjectionStatusButton( nullptr )
1271
- , mMessageButton( nullptr )
1272
- , mFeatureActionMenu( nullptr )
1273
- , mPopupMenu( nullptr )
1274
- , mDatabaseMenu( nullptr )
1275
- , mWebMenu( nullptr )
1276
- , mConfigMenu( nullptr )
1277
- , mToolPopupOverviews( nullptr )
1278
- , mToolPopupDisplay( nullptr )
1279
- , mMapCanvas( nullptr )
1280
- , mOverviewCanvas( nullptr )
1281
- , mLayerTreeView( nullptr )
1282
- , mLayerTreeCanvasBridge( nullptr )
1283
- , mMapLayerOrder( nullptr )
1284
- , mOverviewMapCursor( nullptr )
1285
- , mMapWindow( nullptr )
1286
- , mQgisInterface( nullptr )
1287
- , mSplash( nullptr )
1288
- , mInternalClipboard( nullptr )
1289
1216
, mShowProjectionTab( false )
1290
- , mpMapTipsTimer( nullptr )
1291
- , mpMaptip( nullptr )
1292
1217
, mMapTipsVisible( false )
1293
1218
, mFullScreenMode( false )
1294
1219
, mPrevScreenModeMaximized( false )
1295
1220
, mSaveRollbackInProgress( false )
1296
- , mPythonUtils( nullptr )
1297
- , mUndoWidget( nullptr )
1298
- , mUndoDock( nullptr )
1299
- , mBrowserWidget( nullptr )
1300
- , mBrowserWidget2( nullptr )
1301
- , mAdvancedDigitizingDockWidget( nullptr )
1302
- , mStatisticalSummaryDockWidget( nullptr )
1303
- , mBookMarksDockWidget( nullptr )
1304
- , mSnappingWidget( nullptr )
1305
- , mSnappingDialogContainer( nullptr )
1306
- , mSnappingDialog( nullptr )
1307
- , mPluginManager( nullptr )
1308
- , mMapStylingDock( nullptr )
1309
- , mMapStyleWidget( nullptr )
1310
- , mComposerManager( nullptr )
1311
- , mpTileScaleWidget( nullptr )
1312
- , mpGpsWidget( nullptr )
1313
- , mLastMapToolMessage( nullptr )
1314
- , mLogViewer( nullptr )
1315
1221
, mTrustedMacros( false )
1316
- , mMacrosWarn( nullptr )
1317
- , mUserInputDockWidget( nullptr )
1318
- , mVectorLayerTools( nullptr )
1319
- , mTracer( nullptr )
1320
- , mActionFilterLegend( nullptr )
1321
- , mActionStyleDock( nullptr )
1322
- , mLegendExpressionFilterButton( nullptr )
1323
- , mSnappingUtils( nullptr )
1324
1222
, mProjectLastModified()
1325
- , mWelcomePage( nullptr )
1326
- , mCentralContainer( nullptr )
1327
1223
, mProjOpen( 0 )
1328
1224
{
1329
1225
sInstance = this;
0 commit comments