mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +00:00
finiConfigDatabase isn't available on Windows
This commit is contained in:
parent
96a46a244f
commit
a730d6b9e8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue