mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
实现应用列表和SpkResource
SpkResource现有已知问题:首次使用不会完全进行所有任务。
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
#include "spkstore.h"
|
||||
#include "spklogging.h"
|
||||
|
||||
#define STORE SpkStore::Instance
|
||||
#define STORE (SpkStore::Instance)
|
||||
#define CFG (SpkStore::Instance->mCfg)
|
||||
#define RES (SpkResource::Instance)
|
||||
|
||||
namespace SpkUtils
|
||||
{
|
||||
@@ -22,4 +23,7 @@ namespace SpkUtils
|
||||
void DeleteReplyLater(QNetworkReply *aReply);
|
||||
|
||||
bool VerifyReplyJson(QNetworkReply *aReply, QJsonValue& aRetDoc);
|
||||
|
||||
QString CutFileName(QString);
|
||||
QString CutPath(QString);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user