Overte C++ Documentation
ModelBakerLogging.h
1 //
2 // ModelBakerLogging.h
3 // libraries/baker/src/baker
4 //
5 // Created by Sabrina Shanman on 2018/12/06.
6 // Copyright 2018 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_ModelBakerLogging_h
13 #define hifi_ModelBakerLogging_h
14 
15 #include <QLoggingCategory>
16 
17 Q_DECLARE_LOGGING_CATEGORY(model_baker)
18 
19 #endif // hifi_ModelBakerLogging_h