switch to ini settings file by default for Interface, closes #2029

This commit is contained in:
Stephen Birarda 2014-02-19 13:16:27 -08:00
parent 78c246f1ba
commit 0b4021ea43
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -11,9 +11,9 @@
#include "InterfaceConfig.h"
#include <QString>
#include <QImage>
#include <QGLWidget>
#include <QString>
#include "avatar/Avatar.h"