From 500d537902bbe411f5984df980dd4664998d5b8c Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Tue, 26 Dec 2017 19:18:11 +0100 Subject: [PATCH] Force INI config format --- src/utils/confighandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 7c0928fd..ba8951af 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -19,6 +19,7 @@ #include ConfigHandler::ConfigHandler(){ + m_settings.setDefaultFormat(QSettings::IniFormat); } QList ConfigHandler::getButtons() {