Sun, 19 Jan 2020 02:54:48 +0200
commit work on GL rendering
16 | 1 | #pragma once |
2 | #include <QAction> | |
3 | ||
4 | namespace uiutilities | |
5 | { | |
6 | using KeySequenceMap = QMap<QString, QKeySequence>; | |
7 | QVector<QAction*> collectActions(QObject* subject); | |
8 | KeySequenceMap makeKeySequenceMap(const QVector<QAction*>& actions); | |
9 | } |