Skip to content

Commit 48911ca

Browse files
committed
evis: update QAction::activated to triggered
1 parent 811c9c2 commit 48911ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugins/evis/evis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ void eVis::initGui()
116116
mEventBrowserActionPointer->setWhatsThis( tr( "Open an Event Browser to explore the current layer's features" ) );
117117

118118
// Connect the action to the runmQGisIface->mapCanvas()
119-
connect( mDatabaseConnectionActionPointer, SIGNAL( activated() ), this, SLOT( launchDatabaseConnection() ) );
119+
connect( mDatabaseConnectionActionPointer, SIGNAL( triggered() ), this, SLOT( launchDatabaseConnection() ) );
120120
connect( mEventIdToolActionPointer, SIGNAL( triggered() ), this, SLOT( launchEventIdTool() ) );
121-
connect( mEventBrowserActionPointer, SIGNAL( activated() ), this, SLOT( launchEventBrowser() ) );
121+
connect( mEventBrowserActionPointer, SIGNAL( triggered() ), this, SLOT( launchEventBrowser() ) );
122122

123123

124124
// Add the icon to the toolbar

0 commit comments

Comments
 (0)