summaryrefslogtreecommitdiff
path: root/horizonwizard.hh
diff options
context:
space:
mode:
Diffstat (limited to 'horizonwizard.hh')
-rw-r--r--horizonwizard.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/horizonwizard.hh b/horizonwizard.hh
index 3428266..ca7cc03 100644
--- a/horizonwizard.hh
+++ b/horizonwizard.hh
@@ -2,6 +2,8 @@
#define HORIZONWIZARD_HH
#include <QWizard>
+#include <set>
+#include <string>
class HorizonWizard : public QWizard
{
@@ -23,6 +25,7 @@ public:
};
HorizonWizard(QWidget *parent = 0);
+ std::set<std::string> selected;
};
#endif // HORIZONWIZARD_HH