Overte C++ Documentation
AnimationLogging.h
1 //
2 // AnimationLogging.h
3 // libraries/animation/src/
4 //
5 // Created by Howard Stearns on 7/24/15.
6 //
7 // Distributed under the Apache License, Version 2.0.
8 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
9 //
10 
11 #ifndef hifi_AnimationLogging_h
12 #define hifi_AnimationLogging_h
13 
14 #include <QLoggingCategory>
15 
16 Q_DECLARE_LOGGING_CATEGORY(animation)
17 
18 #endif