Do not use QFont without Xorg

This commit is contained in:
Petr Mrázek
2014-11-09 20:49:23 +01:00
parent 24a0635b62
commit 1dd8978f8c
2 changed files with 23 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ public:
};
public:
MultiMC(int &argc, char **argv, bool root_override = false);
MultiMC(int &argc, char **argv, bool test_mode = false);
virtual ~MultiMC();
std::shared_ptr<SettingsObject> settings()
@@ -183,7 +183,7 @@ private slots:
private:
void initLogger();
void initGlobalSettings();
void initGlobalSettings(bool test_mode);
void initHttpMetaCache();