Overte C++ Documentation
InputPluginsLogging.h
1 //
2 // InputPluginsLogging.h
3 // libraries/input-plugins/src/input-plugins
4 //
5 // Created by Clement on 11/6/15.
6 // Copyright 2015 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_InputPluginsLogging_h
13 #define hifi_InputPluginsLogging_h
14 
15 #include <QLoggingCategory>
16 Q_DECLARE_LOGGING_CATEGORY(inputplugins)
17 
18 #endif // hifi_InputPluginsLogging_h