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 --- gui/LegacyModEditDialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/LegacyModEditDialog.h') diff --git a/gui/LegacyModEditDialog.h b/gui/LegacyModEditDialog.h index fc3ea1e6..d5582aef 100644 --- a/gui/LegacyModEditDialog.h +++ b/gui/LegacyModEditDialog.h @@ -17,7 +17,7 @@ #include #include "logic/LegacyInstance.h" -#include +#include namespace Ui { @@ -74,5 +74,5 @@ private: std::shared_ptr m_jarmods; std::shared_ptr m_texturepacks; LegacyInstance *m_inst; - DownloadJobPtr forgeJob; + NetJobPtr forgeJob; }; -- cgit v1.2.3