From 13a7f8d3b7b7d92387099141fad81ca74adedf1d Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Tue, 9 Feb 2021 05:04:23 +0100 Subject: NOISSUE fix multiple issues in ATLauncher integration --- api/logic/modplatform/legacy_ftb/PackInstallTask.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'api/logic/modplatform/legacy_ftb') diff --git a/api/logic/modplatform/legacy_ftb/PackInstallTask.h b/api/logic/modplatform/legacy_ftb/PackInstallTask.h index 1eec1880..7868d1c4 100644 --- a/api/logic/modplatform/legacy_ftb/PackInstallTask.h +++ b/api/logic/modplatform/legacy_ftb/PackInstallTask.h @@ -8,6 +8,8 @@ #include "meta/VersionList.h" #include "PackHelpers.h" +#include + namespace LegacyFTB { class MULTIMC_LOGIC_EXPORT PackInstallTask : public InstanceTask @@ -40,8 +42,8 @@ private slots: private: /* data */ bool abortable = false; std::unique_ptr m_packZip; - QFuture m_extractFuture; - QFutureWatcher m_extractFutureWatcher; + QFuture> m_extractFuture; + QFutureWatcher> m_extractFutureWatcher; NetJobPtr netJobContainer; QString archivePath; -- cgit