Skip to content

Commit 494e88d

Browse files
author
jef
committedJun 23, 2010
initialize pointer to optional settings menu - thanks Bruno Binet for spotting this
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13788 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
363363
, mSplash( splash )
364364
, mPythonUtils( NULL )
365365
, mpTileScaleWidget( NULL )
366+
, mSettingsMenu( NULL )
366367
#ifdef HAVE_QWT
367368
, mpGpsWidget( NULL )
368369
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.