mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-19 03:28:21 +00:00
Fix basic setValue calls
This commit is contained in:
parent
e0f7cb9410
commit
b6fdb56eff
5 changed files with 11 additions and 6 deletions
|
@ -109,7 +109,7 @@ int main(int argc, char *argv[])
|
|||
"qt.remoteobjects.io.debug=true\n"
|
||||
"default.debug=true");
|
||||
#else
|
||||
QLoggingCategory::setFilterRules("default.debug=true");
|
||||
QLoggingCategory::setFilterRules("*.debug=true");
|
||||
#endif
|
||||
|
||||
QStringList PossibleDBPaths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue