From 1dd8978f8c343936d95080b0f1b0d17069014026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 9 Nov 2014 20:49:23 +0100 Subject: Do not use QFont without Xorg --- MultiMC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MultiMC.h') diff --git a/MultiMC.h b/MultiMC.h index 0f141f68..8a87bc50 100644 --- a/MultiMC.h +++ b/MultiMC.h @@ -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 settings() @@ -183,7 +183,7 @@ private slots: private: void initLogger(); - void initGlobalSettings(); + void initGlobalSettings(bool test_mode); void initHttpMetaCache(); -- cgit v1.2.3