Fix basic setValue calls

This commit is contained in:
Justin Hammond 2019-12-27 13:00:52 +08:00
parent e0f7cb9410
commit b6fdb56eff
5 changed files with 11 additions and 6 deletions

View file

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