mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
bug fixes
- update app icon fetching to use QNetworkAccessManager - fix App icon label dangling pointer - check updates if autocheckupdates is enabled
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
const QString &searchTerm, int limit,
|
||||
std::function<void(bool success, const QString &results)> callback);
|
||||
void downloadApp(const QString &bundleId, const QString &outputDir,
|
||||
const QString &country, bool acquireLicense,
|
||||
const QString &externalVersionId, bool acquireLicense,
|
||||
std::function<void(int result)> callback,
|
||||
std::function<void(long long current, long long total)>
|
||||
progressCallback = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user