summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-02-08 17:56:14 +0100
committerPetr Mrázek <peterix@gmail.com>2015-04-12 20:57:17 +0200
commit4730f54df7edf4775dfddf45f77c60edd86c32d9 (patch)
tree22fe05326976cbdadf150c1cfe0710f375e34edf /MultiMC.h
parent7a71ecd8af0454e405b25080a4b266fc99306269 (diff)
downloadMultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar
MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar.gz
MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar.lz
MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.tar.xz
MultiMC-4730f54df7edf4775dfddf45f77c60edd86c32d9.zip
SCRATCH separate the generic updater logic from the application
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.h b/MultiMC.h
index 33aebab0..b78bbbd2 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -155,7 +155,7 @@ private:
private:
friend class UpdateCheckerTest;
- friend class DownloadUpdateTaskTest;
+ friend class DownloadTaskTest;
QDateTime startTime;