Overte C++ Documentation
avatars-renderer/src/avatars-renderer/Logging.h
1 //
2 // Created by Bradley Austin Davis on 2016/12/06
3 // Copyright 2013-2016 High Fidelity, Inc.
4 //
5 // Distributed under the Apache License, Version 2.0.
6 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
7 //
8 
9 #ifndef hifi_AvatarsRendererLogging_h
10 #define hifi_AvatarsRendererLogging_h
11 
12 #include <QtCore/QLoggingCategory>
13 
14 Q_DECLARE_LOGGING_CATEGORY(avatars_renderer)
15 
16 #endif // hifi_AvatarsRendererLogging_h