add setting to controll game assets download

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-04-10 20:12:03 +03:00
parent e7a03d311c
commit 418222cd6f
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
5 changed files with 66 additions and 37 deletions

View file

@ -38,7 +38,7 @@ class InstanceCreationTask : public InstanceTask {
protected:
void setError(const QString& message) { m_error_message = message; };
void scheduleToDelete(QWidget* parent, QDir dir, QString path, bool checkDisabled = false);
void scheduleToDelete(QWidget* parent, const QDir& dir, const QString& path, bool checkDisabled = false);
protected:
bool m_abort = false;