mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
Instance badges. Some easter eggs and one for broken so far.
This commit is contained in:
@@ -14,10 +14,13 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
#include <QSet>
|
||||
|
||||
#include <settingsobject.h>
|
||||
|
||||
class BaseInstance;
|
||||
#include "BaseInstance.h"
|
||||
|
||||
#define I_D(Class) Class##Private *const d = (Class##Private * const)inst_d.get()
|
||||
|
||||
@@ -26,5 +29,5 @@ struct BaseInstancePrivate
|
||||
QString m_rootDir;
|
||||
QString m_group;
|
||||
SettingsObject *m_settings;
|
||||
int m_flags;
|
||||
QSet<BaseInstance::InstanceFlag> m_flags;
|
||||
};
|
||||
|
Reference in New Issue
Block a user