mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
switch to ini settings file by default for Interface, closes #2029
This commit is contained in:
parent
78c246f1ba
commit
0b4021ea43
2 changed files with 2 additions and 1 deletions
|
@ -226,6 +226,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) :
|
|||
|
||||
qDebug() << "[VERSION] Build sequence: " << qPrintable(applicationVersion());
|
||||
|
||||
QSettings::setDefaultFormat(QSettings::IniFormat);
|
||||
_settings = new QSettings(this);
|
||||
|
||||
// Check to see if the user passed in a command line option for loading a local
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
|
||||
#include "InterfaceConfig.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QImage>
|
||||
#include <QGLWidget>
|
||||
#include <QString>
|
||||
|
||||
#include "avatar/Avatar.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue