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:
uncor3
2025-11-03 12:36:59 +00:00
parent fa430efdcf
commit 2a86e3090d
17 changed files with 118 additions and 97 deletions
+1 -1
View File
@@ -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);