diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-06 18:49:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-06 18:49:54 +0100 |
commit | 58f7f332bcae5bbb13d6ef0c6ec351c53a39852e (patch) | |
tree | 12f39ef1b4247b048939cf20ecd49fb095a8e923 /opentrack/shortcuts.h | |
parent | 0f67a9e324bd2d4def5fa3e27ff0e0d4e5115a58 (diff) |
move shortcut dialog to ui module
Diffstat (limited to 'opentrack/shortcuts.h')
-rw-r--r-- | opentrack/shortcuts.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/opentrack/shortcuts.h b/opentrack/shortcuts.h index 7f5f9f1f..6989ea29 100644 --- a/opentrack/shortcuts.h +++ b/opentrack/shortcuts.h @@ -13,7 +13,6 @@ #include "opentrack/plugin-support.h" #include "opentrack/options.hpp" #include "opentrack/main-settings.hpp" -#include "ui_keyboard.h" using namespace options; @@ -129,17 +128,4 @@ signals: void zero(); }; -class KeyboardShortcutDialog: public QWidget -{ - Q_OBJECT -signals: - void reload(); -public: - KeyboardShortcutDialog(); -private: - Ui::UICKeyboardShortcutDialog ui; - Shortcuts::settings s; -private slots: - void doOK(); - void doCancel(); -}; + |