mirror of https://github.com/mgba-emu/mgba.git
Qt: Attempt to fix #622
This commit is contained in:
parent
a4b2309499
commit
a8121fd635
|
@ -92,7 +92,7 @@ void ConfigOption::setValue(const QVariant& value) {
|
|||
|
||||
ConfigController::ConfigController(QObject* parent)
|
||||
: QObject(parent)
|
||||
, m_opts()
|
||||
, m_opts{}
|
||||
{
|
||||
char path[PATH_MAX];
|
||||
mCoreConfigDirectory(path, sizeof(path));
|
||||
|
|
Loading…
Reference in New Issue