优化了app.json解析

This commit is contained in:
2020-07-01 20:54:42 +08:00
parent 4a4c1ce5a6
commit 58304f2c19
8 changed files with 113 additions and 73 deletions

View File

@@ -23,6 +23,7 @@ public:
void setFileName(QString);
void seticon(const QPixmap);
void closeDownload();
void setSpeed(QString);
int num;
bool close=false;
@@ -35,6 +36,7 @@ private slots:
private:
Ui::downloadlist *ui;
static bool isInstall;
QString speed;
};
//bool downloadlist::isInstall=false;