Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build error
  • Loading branch information
jef-n committed Jan 13, 2013
1 parent 34f4533 commit 906c7a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -488,7 +488,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
mInfoBar = new QgsMessageBar( centralWidget );
mInfoBar->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Fixed );
centralLayout->addWidget( mInfoBar, 0, 0, 1, 1 );
mInfoBarTimeout = settings.value( "/qgis/messageTimeout", 5 ).toInt();
mMessageTimeout = settings.value( "/qgis/messageTimeout", 5 ).toInt();

//set the focus to the map canvas
mMapCanvas->setFocus();
Expand Down
1 change: 0 additions & 1 deletion src/app/qgisapp.h
Expand Up @@ -1341,7 +1341,6 @@ class QgisApp : public QMainWindow, private Ui::MainWindow
//! a bar to display warnings in a non-blocker manner
QgsMessageBar *mInfoBar;
QWidget *mMacrosWarn;
int mInfoBarTimeout;

//! timeout for timed messages
int mMessageTimeout;
Expand Down

0 comments on commit 906c7a1

Please sign in to comment.