Skip to content

Commit c64f5cd

Browse files
committed
fix #5543
1 parent 65dcce9 commit c64f5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/spatialquery/qgsspatialqueryplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void QgsSpatialQueryPlugin::initGui()
7979
mSpatialQueryAction = new QAction( QIcon(), tr( "&Spatial Query" ), this );
8080

8181
// Connect the action to the spatialQuery slot
82-
connect( mSpatialQueryAction, SIGNAL( activated() ), this, SLOT( run() ) );
82+
connect( mSpatialQueryAction, SIGNAL( triggered() ), this, SLOT( run() ) );
8383

8484
setCurrentTheme( "" );
8585
// this is called when the icon theme is changed

0 commit comments

Comments
 (0)