summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_service.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-10-02 14:35:39 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-02 14:35:43 +0200
commite55d086cc93ea33829e77a2e92be52bcf900767b (patch)
tree486fd9ddf5f0072aaee18cd69e399e33043eb314 /src/yuzu/configuration/configure_service.h
parentboxcat: Use updated game-asset API URL and tags (diff)
downloadyuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.tar
yuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.tar.gz
yuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.tar.bz2
yuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.tar.lz
yuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.tar.xz
yuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.tar.zst
yuzu-e55d086cc93ea33829e77a2e92be52bcf900767b.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/configuration/configure_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_service.h b/src/yuzu/configuration/configure_service.h
index efc8e21a8..f5c1b703a 100644
--- a/src/yuzu/configuration/configure_service.h
+++ b/src/yuzu/configuration/configure_service.h
@@ -30,5 +30,5 @@ private:
void OnUpdateBCATEmptyLabel(std::pair<QString, QString> string);
std::unique_ptr<Ui::ConfigureService> ui;
- QFutureWatcher<std::pair<QString, QString>> watcher;
+ QFutureWatcher<std::pair<QString, QString>> watcher{this};
};