mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
Added file logger
This commit is contained in:
@@ -15,7 +15,7 @@ struct MetaEntry
|
||||
QString getFullPath();
|
||||
};
|
||||
|
||||
typedef QSharedPointer<MetaEntry> MetaEntryPtr;
|
||||
typedef std::shared_ptr<MetaEntry> MetaEntryPtr;
|
||||
|
||||
class HttpMetaCache : public QObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user