summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/q3dsengine.cpp')
-rw-r--r--src/runtime/q3dsengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/q3dsengine.cpp b/src/runtime/q3dsengine.cpp
index b58140b..1a438f0 100644
--- a/src/runtime/q3dsengine.cpp
+++ b/src/runtime/q3dsengine.cpp
@@ -159,6 +159,8 @@ Q3DSEngine::Q3DSEngine()
// Q3DS_DEBUG is set to 1 or higher.
const bool logValueChanges = qEnvironmentVariableIntValue("Q3DS_DEBUG") >= 1;
const_cast<QLoggingCategory &>(lcUipProp()).setEnabled(QtDebugMsg, logValueChanges);
+ // same for q3ds.input
+ const_cast<QLoggingCategory &>(lcInput()).setEnabled(QtDebugMsg, logValueChanges);
}
setViewerSettings(new Q3DSViewerSettings(this));
}