mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-03-25 23:09:44 +08:00
fix:修正了无软件名时,软件名内容为空的问题
This commit is contained in:
@@ -18,11 +18,7 @@ public:
|
||||
QString m_tempFilePath;
|
||||
signals:
|
||||
private:
|
||||
bool checkDesktopFiles(const QStringList &desktopFiles,
|
||||
QStringList &appNames,
|
||||
const QString &lang,
|
||||
const QString &packageName); // 新增包名参数
|
||||
|
||||
bool checkDesktopFiles(const QStringList &desktopFiles, QString &appName, const QString &lang, const QString &packageName);
|
||||
};
|
||||
|
||||
#endif // APTSSUPDATER_H
|
||||
Reference in New Issue
Block a user