We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dcce9 commit c64f5cdCopy full SHA for c64f5cd
1 file changed
src/plugins/spatialquery/qgsspatialqueryplugin.cpp
@@ -79,7 +79,7 @@ void QgsSpatialQueryPlugin::initGui()
79
mSpatialQueryAction = new QAction( QIcon(), tr( "&Spatial Query" ), this );
80
81
// Connect the action to the spatialQuery slot
82
- connect( mSpatialQueryAction, SIGNAL( activated() ), this, SLOT( run() ) );
+ connect( mSpatialQueryAction, SIGNAL( triggered() ), this, SLOT( run() ) );
83
84
setCurrentTheme( "" );
85
// this is called when the icon theme is changed
0 commit comments