Commit 02ecf7be by Philipp Adolf

Disable subdiv.trace output

parent 393092be
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
QApplication a(argc, argv); QApplication a(argc, argv);
//QLoggingCategory::setFilterRules("*.debug=false\n"); QLoggingCategory::setFilterRules("subdiv.trace.debug=false\n");
// If you want to enable debug output for some categories use something like this: // If you want to enable debug output for some categories use something like this:
//QLoggingCategory::setFilterRules("*.debug=false\n" //QLoggingCategory::setFilterRules("*.debug=false\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment