From 8174cafecab0818b5f30d3e68ced5b0b89a61ad7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Nov 2019 21:25:15 -0600 Subject: Qt UI: UI.Intro: we don't need nextId for this page --- ui/qt5/intropage.cc | 4 ---- ui/qt5/intropage.hh | 1 - 2 files changed, 5 deletions(-) (limited to 'ui') 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: -- cgit v1.2.3-60-g2f50