Qt: Attempt to fix #622

This commit is contained in:
Vicki Pfau 2017-04-12 13:23:10 -07:00
parent a4b2309499
commit a8121fd635
1 changed files with 1 additions and 1 deletions

View File

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