From 8a56ab6780f525472dce4dccdd53fec41390d586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 16 Jul 2014 02:03:52 +0200 Subject: Implement gradle spec reader/writer --- logic/minecraft/RawLibrary.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'logic/minecraft/RawLibrary.h') diff --git a/logic/minecraft/RawLibrary.h b/logic/minecraft/RawLibrary.h index f5a28c61..583c34d2 100644 --- a/logic/minecraft/RawLibrary.h +++ b/logic/minecraft/RawLibrary.h @@ -28,10 +28,11 @@ public: /* methods */ public: /* data */ QString m_name; - QString m_base_url = "https://" + URLConstants::LIBRARY_BASE; + QString m_base_url; + /// type hint - modifies how the library is treated QString m_hint; - /// absolute URL. takes precedence over m_download_path, if defined + /// DEPRECATED: absolute URL. takes precedence over m_download_path, if defined QString m_absolute_url; bool applyExcludes = false; -- cgit v1.2.3