分类?

This commit is contained in:
2024-05-11 18:38:03 +08:00
parent a3c5b9fc87
commit bd51419f52
5 changed files with 64 additions and 8 deletions

View File

@@ -11,7 +11,8 @@ class AptPkgInfo: QObject
public:
enum PkgSearchOption {
Include = 0,
Equal = 1
Equal = 1,
HeadInclude = 2
};
AptPkgInfo(QString pkgName, PkgSearchOption option = PkgSearchOption::Equal);