summaryrefslogtreecommitdiffstats
path: root/src/core/corelogging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/corelogging.cpp')
-rw-r--r--src/core/corelogging.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/corelogging.cpp b/src/core/corelogging.cpp
index 4ad8c5f0e..6bd7bfcb7 100644
--- a/src/core/corelogging.cpp
+++ b/src/core/corelogging.cpp
@@ -43,10 +43,10 @@ QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-Q_LOGGING_CATEGORY(Nodes, "Qt3D.Core.Nodes")
-Q_LOGGING_CATEGORY(Aspects, "Qt3D.Core.Aspects")
-Q_LOGGING_CATEGORY(Resources, "Qt3D.Core.Resources")
-Q_LOGGING_CATEGORY(ChangeArbiter, "Qt3D.Core.ChangeArbiter")
+Q_LOGGING_CATEGORY(Nodes, "Qt3D.Core.Nodes", QtWarningMsg);
+Q_LOGGING_CATEGORY(Aspects, "Qt3D.Core.Aspects", QtWarningMsg);
+Q_LOGGING_CATEGORY(Resources, "Qt3D.Core.Resources", QtWarningMsg);
+Q_LOGGING_CATEGORY(ChangeArbiter, "Qt3D.Core.ChangeArbiter", QtWarningMsg);
} // Qt3D