fix: 修复在x86下的编译问题

This commit is contained in:
2023-03-05 23:42:07 +08:00
parent 795a6ca709
commit 84cc4a9208
3 changed files with 10 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ public:
void getRAW(QUrl url);
void getAppList(QString type);
void getAppInfo(QUrl spk);
QString getArchDir();
static QString getArchDir();
signals:
void finished(QJsonArray);