Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jul 21, 2024
1 parent ef676de commit 6949803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/resultstree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
//Add a new mapping
signalMapper.setMapping(start, defaultApplicationIndex);

connect(&signalMapper, QOverload<int>::of(&QSignalMapper::mapped),
connect(&signalMapper, &QSignalMapper::mappedInt,
this, &ResultsTree::context);
}

Expand Down

0 comments on commit 6949803

Please sign in to comment.