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 f921fbd commit 71ee509Copy full SHA for 71ee509
gui/resultstree.cpp
@@ -737,7 +737,7 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
737
//Add a new mapping
738
signalMapper.setMapping(start, defaultApplicationIndex);
739
740
- connect(&signalMapper, SIGNAL(mapped(int)),
+ connect(&signalMapper, SIGNAL(mappedInt(int)),
741
this, SLOT(context(int)));
742
}
743
0 commit comments