mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt2: set QSettings parameters globally
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QSettings>
|
||||
#include <QObject>
|
||||
#include <QVector>
|
||||
|
||||
#include "Common/NonCopyable.h"
|
||||
@ -64,5 +64,4 @@ signals:
|
||||
|
||||
private:
|
||||
Settings();
|
||||
QSettings m_native_settings;
|
||||
};
|
||||
|
Reference in New Issue
Block a user