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; }