Overte C++ Documentation
ImageLogging.h
1 //
2 // ImageLogging.h
3 // image/src/image
4 //
5 // Created by Clement Brisset on 4/5/2017.
6 // Copyright 2017 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 #include <QLoggingCategory>
13 
14 Q_DECLARE_LOGGING_CATEGORY(imagelogging)