From 704e0b72e628ff136f1246921eca71dab00e2639 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Nov 2019 20:33:24 -0600 Subject: Qt UI: Implement UI.Intro.Tools --- ui/qt5/intropage.hh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ui/qt5/intropage.hh') diff --git a/ui/qt5/intropage.hh b/ui/qt5/intropage.hh index e1ed3d9..5c50d6d 100644 --- a/ui/qt5/intropage.hh +++ b/ui/qt5/intropage.hh @@ -1,12 +1,19 @@ #ifndef WELCOMEPAGE_HH #define WELCOMEPAGE_HH +#ifdef HAS_INSTALL_ENV +#include +#endif #include "horizonwizardpage.hh" class IntroPage : public HorizonWizardPage { public: - IntroPage(QWidget *parent = 0); + IntroPage(QWidget *parent = nullptr); int nextId() const; +#ifdef HAS_INSTALL_ENV +private: + QPushButton *toolButton; +#endif }; #endif // WELCOMEPAGE_HH -- cgit v1.2.3-60-g2f50