mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
DolphinQt2: set QSettings parameters globally
This commit is contained in:
parent
c941cd6aa9
commit
234ab6f759
3 changed files with 10 additions and 15 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue