diff options
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r-- | ui/qt5/horizonwizard.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh index 272886f..d7ce52d 100644 --- a/ui/qt5/horizonwizard.hh +++ b/ui/qt5/horizonwizard.hh @@ -94,9 +94,10 @@ public: HorizonWizard(QWidget *parent = nullptr); void accept(); + void reject(); /*! Emit a HorizonScript file with the user's choices. */ QString toHScript(); - QShortcut *esc, *f1, *f3, *f6, *f8; + QShortcut *f1, *f3, *f6, *f8; /*! The domain to use for downloading packages. * @example distfiles.adelielinux.org |