diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-08 21:25:15 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-08 21:25:15 -0600 |
commit | 8174cafecab0818b5f30d3e68ced5b0b89a61ad7 (patch) | |
tree | 7e48578c61f8a60e73ba54085ac464a724c16497 | |
parent | 10b44ce36c2c0660f2fadd7b9f73690e7b6799dd (diff) | |
download | horizon-8174cafecab0818b5f30d3e68ced5b0b89a61ad7.tar.gz horizon-8174cafecab0818b5f30d3e68ced5b0b89a61ad7.tar.bz2 horizon-8174cafecab0818b5f30d3e68ced5b0b89a61ad7.tar.xz horizon-8174cafecab0818b5f30d3e68ced5b0b89a61ad7.zip |
Qt UI: UI.Intro: we don't need nextId for this page
-rw-r--r-- | ui/qt5/intropage.cc | 4 | ||||
-rw-r--r-- | ui/qt5/intropage.hh | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc index 2a9cb83..20992c9 100644 --- a/ui/qt5/intropage.cc +++ b/ui/qt5/intropage.cc @@ -81,7 +81,3 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { #endif /* HAS_INSTALL_ENV */ setLayout(layout); } - -int IntroPage::nextId() const { - return HorizonWizard::Page_Input; -} diff --git a/ui/qt5/intropage.hh b/ui/qt5/intropage.hh index 1214854..5733985 100644 --- a/ui/qt5/intropage.hh +++ b/ui/qt5/intropage.hh @@ -22,7 +22,6 @@ class IntroPage : public HorizonWizardPage { public: IntroPage(QWidget *parent = nullptr); - int nextId() const; #ifdef HAS_INSTALL_ENV private: |