From bc55542a602637ea4169b084c1b78aada0382ee7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 6 Dec 2019 21:00:29 -0600 Subject: Qt UI: Implement UI.Packages.Choices requirements --- ui/qt5/pkgdefaults.hh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ui/qt5/pkgdefaults.hh (limited to 'ui/qt5/pkgdefaults.hh') diff --git a/ui/qt5/pkgdefaults.hh b/ui/qt5/pkgdefaults.hh new file mode 100644 index 0000000..08288ed --- /dev/null +++ b/ui/qt5/pkgdefaults.hh @@ -0,0 +1,23 @@ +/* + * pkgdefaults.hh - Definition of the UI.Packages.Choices page + * horizon-qt5, the Qt 5 user interface for + * Project Horizon + * + * Copyright (c) 2019 Adélie Linux and contributors. All rights reserved. + * This code is licensed under the AGPL 3.0 license, as noted in the + * LICENSE-code file in the root directory of this repository. + * + * SPDX-License-Identifier: AGPL-3.0-only + */ + +#ifndef PKGDEFAULTS_HH +#define PKGDEFAULTS_HH + +#include "horizonwizardpage.hh" + +class PkgDefaultsPage : public HorizonWizardPage { +public: + PkgDefaultsPage(QWidget *parent = nullptr); +}; + +#endif /* !PKGDEFAULTS_HH */ -- cgit v1.2.3-70-g09d2