修复debian10编译问题
This commit is contained in:
parent
9cd85d98cf
commit
bd275486a6
@ -5,9 +5,8 @@
|
|||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QJsonObject>
|
#include <QJsonObject>
|
||||||
|
|
||||||
class AptPkgInfo: QObject
|
class AptPkgInfo
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
|
||||||
public:
|
public:
|
||||||
enum PkgSearchOption {
|
enum PkgSearchOption {
|
||||||
Include = 0,
|
Include = 0,
|
||||||
@ -16,7 +15,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
explicit AptPkgInfo(QString pkgName, PkgSearchOption option = PkgSearchOption::Equal);
|
explicit AptPkgInfo(QString pkgName, PkgSearchOption option = PkgSearchOption::Equal);
|
||||||
~AptPkgInfo();
|
|
||||||
|
|
||||||
void SetPkgName(QString pkgName);
|
void SetPkgName(QString pkgName);
|
||||||
QStringList GetAptPackageList() const;
|
QStringList GetAptPackageList() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user