Skip to content

Commit

Permalink
Fix ambiguous shortcut for Ctrl+O
Browse files Browse the repository at this point in the history
Ctrl+O for opening a database file did no longer work. It raised this
warning:

QAction::eventFilter: Ambiguous shortcut overload: Ctrl+O

The shortcut was repeated in the UI.

This bug was introduced by e11b32e

It was laterally reported in sqlitebrowser#459
  • Loading branch information
mgrojo committed Dec 27, 2018
1 parent 45a8225 commit ea5a32c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2268,9 +2268,6 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<property name="whatsThis">
<string>This option is used to open an existing database file.</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="menuRole">
<enum>QAction::TextHeuristicRole</enum>
</property>
Expand Down

0 comments on commit ea5a32c

Please sign in to comment.