Seamly2D
Code documentation
logging.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** Copyright (C) 2014 Digia Plc.
4 ** Contact: http://www.qt-project.org/legal
5 **
6 ** GNU Lesser General Public License Usage
7 ** Alternatively, this file may be used under the terms of the GNU Lesser
8 ** General Public License version 2.1 as published by the Free Software
9 ** Foundation and appearing in the file LICENSE.LGPL included in the
10 ** packaging of this file. Please review the following information to
11 ** ensure the GNU Lesser General Public License version 2.1 requirements
12 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
13 ****************************************************************************/
14 
15 #ifndef LOGGING_H
16 #define LOGGING_H
17 
18 #include <QtGlobal>
19 #include <QLoggingCategory>
20 
21 #endif // LOGGING_H