1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

This commit removes the direct use of QSettings from the simulator and replaces it with references to the protected global variable g

This commit is contained in:
Kjell Kernen 2014-05-01 20:08:29 +02:00
parent 624bdf4a93
commit a3b47625f5
2 changed files with 13 additions and 23 deletions

View file

@ -45,7 +45,6 @@
#include <QString>
#include <QDir>
#include <QFileInfo>
#include <QSettings>
#include <QSplashScreen>
#include <QThread>
#include <iostream>