Skip to content

Commit 71ee509

Browse files
authored
Fix #14071 GUI: "QObject::connect: No such signal" when right-clicking a finding (#7760)
1 parent f921fbd commit 71ee509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/resultstree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
737737
//Add a new mapping
738738
signalMapper.setMapping(start, defaultApplicationIndex);
739739

740-
connect(&signalMapper, SIGNAL(mapped(int)),
740+
connect(&signalMapper, SIGNAL(mappedInt(int)),
741741
this, SLOT(context(int)));
742742
}
743743

0 commit comments

Comments
 (0)