finiConfigDatabase isn't available on Windows

This commit is contained in:
Justin Hammond 2020-06-05 00:47:39 +08:00
parent 96a46a244f
commit a730d6b9e8

View file

@ -232,7 +232,9 @@ int main(int argc, char *argv[])
}
}
settings.setValue("openzwave/UserPath", userPath);
#ifndef Q_OS_WIN
finiConfigDatabase();
#endif
qCInfo(ozwadmin) << "DBPath: " << dbPath;
qCInfo(ozwadmin) << "userPath: " << userPath;