diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-11-22 01:04:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-11-22 01:04:14 +0100 |
commit | 7f5eb5d61ad5c94da5e3a0443ffbcd9088285496 (patch) | |
tree | 89e4b8db259233d3377d2f46e30244db12b09ad5 /logic/net/HttpMetaCache.h | |
parent | 57a9dadb08a2a7ebfeba3d5f5234145b3db6c794 (diff) | |
download | MultiMC-7f5eb5d61ad5c94da5e3a0443ffbcd9088285496.tar MultiMC-7f5eb5d61ad5c94da5e3a0443ffbcd9088285496.tar.gz MultiMC-7f5eb5d61ad5c94da5e3a0443ffbcd9088285496.tar.lz MultiMC-7f5eb5d61ad5c94da5e3a0443ffbcd9088285496.tar.xz MultiMC-7f5eb5d61ad5c94da5e3a0443ffbcd9088285496.zip |
Implement user info stub for newest minecraft snapshot
Diffstat (limited to 'logic/net/HttpMetaCache.h')
-rw-r--r-- | logic/net/HttpMetaCache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/net/HttpMetaCache.h b/logic/net/HttpMetaCache.h index e91d2684..08b39fe2 100644 --- a/logic/net/HttpMetaCache.h +++ b/logic/net/HttpMetaCache.h @@ -15,7 +15,6 @@ #pragma once #include <QString> -#include <QSharedPointer> #include <QMap> #include <qtimer.h> |