summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 19:09:06 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-08 19:09:06 -0600
commit7f9b18ce36c69abe022fc4f264cda9e18161b861 (patch)
tree9f8d0aab0aeee4467e1a5c24ccda42bc5715d7f1 /ui/qt5/horizonwizard.hh
parentded9073b9ac5cd0c13a00b042efa245427916ae8 (diff)
downloadhorizon-7f9b18ce36c69abe022fc4f264cda9e18161b861.tar.gz
horizon-7f9b18ce36c69abe022fc4f264cda9e18161b861.tar.bz2
horizon-7f9b18ce36c69abe022fc4f264cda9e18161b861.tar.xz
horizon-7f9b18ce36c69abe022fc4f264cda9e18161b861.zip
Qt UI: Implement most of UI.Global.* and UI standards
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index c47fb49..adf3791 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -1,6 +1,7 @@
#ifndef HORIZONWIZARD_HH
#define HORIZONWIZARD_HH
+#include <QShortcut>
#include <QWizard>
#include <string>
@@ -34,8 +35,7 @@ public:
};
HorizonWizard(QWidget *parent = nullptr);
- /* collected information stored here */
- std::string keymap;
+ QShortcut *f1, *f3, *f5, *f8;
};
#endif /* !HORIZONWIZARD_HH */