Skip to content

Commit

Permalink
Suppress startup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 4, 2016
1 parent 2bbd201 commit 1316d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pluginmanager/qgspluginmanager.cpp
Expand Up @@ -118,7 +118,9 @@ QgsPluginManager::QgsPluginManager( QWidget * parent, bool pluginsAreEnabled, Qt
voteLabel->hide();
voteSlider->hide();
voteSubmit->hide();
#ifndef WITH_QTWEBKIT
connect( voteSubmit, SIGNAL( clicked() ), this, SLOT( submitVote() ) );
#endif

// Init the message bar instance
msgBar = new QgsMessageBar( this );
Expand Down

0 comments on commit 1316d9c

Please sign in to comment.