Skip to content

Commit 1316d9c

Browse files
committed
1 parent 2bbd201 commit 1316d9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/pluginmanager/qgspluginmanager.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ QgsPluginManager::QgsPluginManager( QWidget * parent, bool pluginsAreEnabled, Qt
118118
voteLabel->hide();
119119
voteSlider->hide();
120120
voteSubmit->hide();
121+
#ifndef WITH_QTWEBKIT
121122
connect( voteSubmit, SIGNAL( clicked() ), this, SLOT( submitVote() ) );
123+
#endif
122124

123125
// Init the message bar instance
124126
msgBar = new QgsMessageBar( this );

0 commit comments

Comments
 (0)