summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/shortcut-dialog.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-05-31 11:51:41 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-05-31 11:51:41 +0200
commit24128cad6973583f5ff26ff8853281a2ff752514 (patch)
tree80eaabeffda3cb20e8eb3d22c31746322ebd9519 /facetracknoir/shortcut-dialog.hpp
parentf414b6d4e003532ec65eacf6052c2c888b892906 (diff)
ui: introduce options dialog
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog.
Diffstat (limited to 'facetracknoir/shortcut-dialog.hpp')
-rw-r--r--facetracknoir/shortcut-dialog.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/facetracknoir/shortcut-dialog.hpp b/facetracknoir/shortcut-dialog.hpp
deleted file mode 100644
index 2a364822..00000000
--- a/facetracknoir/shortcut-dialog.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include <QObject>
-#include <QWidget>
-#include "ui_keyboard.h"
-#include "opentrack/shortcuts.h"
-
-class KeyboardShortcutDialog: public QWidget
-{
- Q_OBJECT
-signals:
- void reload();
-public:
- KeyboardShortcutDialog();
-private:
- Ui::UICKeyboardShortcutDialog ui;
- Shortcuts::settings s;
-private slots:
- void doOK();
- void doCancel();
-};