Skip to content

Commit

Permalink
remove duplicate actions
Browse files Browse the repository at this point in the history
royqh1979 committed Jun 13, 2022
1 parent 9545ad9 commit a93141b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions RedPandaIDE/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -6916,10 +6916,6 @@ bool MainWindow::openningFiles() const
QList<QAction *> MainWindow::listShortCutableActions()
{
QList<QAction*> actions = findChildren<QAction *>(QString(), Qt::FindDirectChildrenOnly);
actions.append(mProblem_RunAllCases);
actions.append(mProblem_RunCurrentCase);
actions.append(mProblem_batchSetCases);
actions.append(mProblem_Properties);
return actions;
}

0 comments on commit a93141b

Please sign in to comment.