Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 committed May 8, 2024
1 parent e36df6f commit 774b604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/editor/ui/qetelementeditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ void QETElementEditor::setupActions()
ui->m_open_from_file_action -> setShortcut(tr("Ctrl+Shift+O"));
ui->m_save_action -> setShortcut(QKeySequence::Save);
ui->m_save_as_file_action -> setShortcut(tr("Ctrl+Shift+S"));
ui->m_quit_action -> setShortcut(QKeySequence(tr("Ctrl+Q")));
ui->m_select_all_act -> setShortcut(QKeySequence::SelectAll);
ui->m_deselect_all_action -> setShortcut(QKeySequence(tr("Ctrl+Shift+A")));
ui->m_revert_selection_action -> setShortcut(QKeySequence(tr("Ctrl+I")));
Expand Down

0 comments on commit 774b604

Please sign in to comment.