From bd275486a6115e9980b06cf735918ee2356c46a1 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 12 May 2024 16:48:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddebian10=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aptpkginfo.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aptpkginfo.h b/aptpkginfo.h index 3a7b748..35a13d8 100644 --- a/aptpkginfo.h +++ b/aptpkginfo.h @@ -5,9 +5,8 @@ #include <QProcess> #include <QJsonObject> -class AptPkgInfo: QObject +class AptPkgInfo { - Q_OBJECT public: enum PkgSearchOption { Include = 0, @@ -16,7 +15,6 @@ public: }; explicit AptPkgInfo(QString pkgName, PkgSearchOption option = PkgSearchOption::Equal); - ~AptPkgInfo(); void SetPkgName(QString pkgName); QStringList GetAptPackageList() const;