From 923347729557eed76e4f7e9f6f5f1a79216de0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 26 Oct 2013 19:55:48 +0200 Subject: S3 bucket listing support and network code refactors. * Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors --- logic/LegacyUpdate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logic/LegacyUpdate.h') diff --git a/logic/LegacyUpdate.h b/logic/LegacyUpdate.h index e84ec56a..69560f55 100644 --- a/logic/LegacyUpdate.h +++ b/logic/LegacyUpdate.h @@ -19,7 +19,7 @@ #include #include -#include "net/DownloadJob.h" +#include "net/NetJob.h" #include "tasks/Task.h" #include "BaseUpdate.h" @@ -66,7 +66,7 @@ private: QString lwjglTargetPath; QString lwjglNativesPath; private: - DownloadJobPtr legacyDownloadJob; + NetJobPtr legacyDownloadJob; }; -- cgit v1.2.3