Fix ambiguous shortcut for Ctrl+O

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 e11b32ed54

It was laterally reported in #459
This commit is contained in:
mgrojo
2018-12-27 16:22:00 +01:00
parent 45a82252e1
commit ea5a32c37b

View File

@@ -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>