diff --git a/plugins/autotest/testresultspane.cpp b/plugins/autotest/testresultspane.cpp index c971321333c6c5683fdd8ae15ebd7ee766fff9d6..abc91dfb66ee2f9e15072ffa69acf5cfdc915de1 100644 --- a/plugins/autotest/testresultspane.cpp +++ b/plugins/autotest/testresultspane.cpp @@ -58,6 +58,7 @@ void ResultsTreeView::keyPressEvent(QKeyEvent *event) emit copyShortcutTriggered(); event->accept(); } + TreeView::keyPressEvent(event); } TestResultsPane::TestResultsPane(QObject *parent) :