summaryrefslogtreecommitdiffstats
path: root/src/animation/animationlogging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/animationlogging.cpp')
-rw-r--r--src/animation/animationlogging.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/animation/animationlogging.cpp b/src/animation/animationlogging.cpp
index a822f0346..11bd47a23 100644
--- a/src/animation/animationlogging.cpp
+++ b/src/animation/animationlogging.cpp
@@ -44,10 +44,10 @@ QT_BEGIN_NAMESPACE
namespace Qt3DAnimation {
namespace Animation {
-Q_LOGGING_CATEGORY(Backend, "Qt3D.Animation.Backend")
-Q_LOGGING_CATEGORY(Frontend, "Qt3D.Animation.Frontend")
-Q_LOGGING_CATEGORY(Jobs, "Qt3D.Animation.Jobs")
-Q_LOGGING_CATEGORY(HandlerLogic, "Qt3D.Animation.Handler")
+Q_LOGGING_CATEGORY(Backend, "Qt3D.Animation.Backend", QtWarningMsg)
+Q_LOGGING_CATEGORY(Frontend, "Qt3D.Animation.Frontend", QtWarningMsg)
+Q_LOGGING_CATEGORY(Jobs, "Qt3D.Animation.Jobs", QtWarningMsg)
+Q_LOGGING_CATEGORY(HandlerLogic, "Qt3D.Animation.Handler", QtWarningMsg)
} // namespace Animation
} // namespace Qt3DAnimation