From 0886786bb56e1ebfb53716127fd3ff0366e9a9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 11 Jan 2015 22:04:31 +0100 Subject: GH-721 Redo internal NetJob implementation. NetJob is now using its own task queue and does not start more than 6 actions at the same time --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 145a519a..c26f57e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -478,6 +478,9 @@ SET(MULTIMC_SOURCES logic/OneSixInstance.h logic/OneSixInstance.cpp + # a smart pointer wrapper intended for safer use with Qt signal/slot mechanisms + logic/QObjectPtr.h + # Common utils for instances logic/JarUtils.h logic/JarUtils.cpp -- cgit v1.2.3