From a93141be8915259b45ca2b89064d9438c5b71fde Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Mon, 13 Jun 2022 16:48:55 +0800 Subject: [PATCH] remove duplicate actions --- RedPandaIDE/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RedPandaIDE/mainwindow.cpp b/RedPandaIDE/mainwindow.cpp index 504f7fcb..63c4cd1d 100644 --- a/RedPandaIDE/mainwindow.cpp +++ b/RedPandaIDE/mainwindow.cpp @@ -6916,10 +6916,6 @@ bool MainWindow::openningFiles() const QList MainWindow::listShortCutableActions() { QList actions = findChildren(QString(), Qt::FindDirectChildrenOnly); - actions.append(mProblem_RunAllCases); - actions.append(mProblem_RunCurrentCase); - actions.append(mProblem_batchSetCases); - actions.append(mProblem_Properties); return actions; }