summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
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 */