Fix shortcuts in main menu

Closes #563
This commit is contained in:
Simon A. Eugster
2020-05-25 22:49:23 +02:00
parent b651a4deb8
commit 9c93e825ee
2 changed files with 7 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
* [Signals and Slots][qt-sig]
* [MLT introduction][mlt-intro].
* [The KDE Frameworks][kf]
* [XMLGUI Technology][xmlgui-tut] (e.g. for the `kdenliveui.rc` file)
## Configuration
@@ -33,3 +34,4 @@ KdenliveSettings::setLogscale(true);
[qt5c]: https://doc.qt.io/qt-5/classes.html
[qt-sig]: https://doc.qt.io/qt-5/signalsandslots.html
[kf]: https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/index.html
[xmlgui-tut]: https://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology