<QLoggingCategory> available since Qt 5.2. Use vmisc/logging.h instead.
--HG-- branch : develop
This commit is contained in:
parent
3fea569989
commit
0563df117d
|
@ -35,7 +35,6 @@
|
|||
#include <QDomNode>
|
||||
#include <QHash>
|
||||
#include <QLatin1String>
|
||||
#include <QLoggingCategory>
|
||||
#include <QStaticStringData>
|
||||
#include <QString>
|
||||
#include <QStringData>
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include "vbank.h"
|
||||
|
||||
#include <QLoggingCategory>
|
||||
#include <climits>
|
||||
|
||||
#include "../vmisc/diagnostic.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include <QDir>
|
||||
#include <QLibraryInfo>
|
||||
#include <QLoggingCategory>
|
||||
#include <QMessageLogger>
|
||||
#include <QStaticStringData>
|
||||
#include <QStringData>
|
||||
|
@ -40,6 +39,7 @@
|
|||
#include <QtDebug>
|
||||
|
||||
#include "../vmisc/def.h"
|
||||
#include "../vmisc/logging.h"
|
||||
|
||||
class QGraphicsScene;
|
||||
class QWidget;
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "vcontainer.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <QLoggingCategory>
|
||||
#include <QVector>
|
||||
#include <QtDebug>
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include <QList>
|
||||
#include <QListWidget>
|
||||
#include <QLocale>
|
||||
#include <QLoggingCategory>
|
||||
#include <QMap>
|
||||
#include <QMetaObject>
|
||||
#include <QObject>
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include <QGraphicsScene>
|
||||
#include <QGraphicsSceneMouseEvent>
|
||||
#include <QKeyEvent>
|
||||
#include <QLoggingCategory>
|
||||
#include <QPen>
|
||||
#include <QPoint>
|
||||
#include <QRectF>
|
||||
|
@ -50,6 +49,7 @@
|
|||
#include "../ifc/ifcdef.h"
|
||||
#include "../ifc/xml/vabstractpattern.h"
|
||||
#include "../vmisc/diagnostic.h"
|
||||
#include "../vmisc/logging.h"
|
||||
#include "../vgeometry/vgobject.h"
|
||||
#include "../vgeometry/vpointf.h"
|
||||
#include "../vmisc/vabstractapplication.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#define VDATATOOL_H
|
||||
|
||||
#include <qcompilerdetection.h>
|
||||
#include <QLoggingCategory>
|
||||
#include <QMetaObject>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <QDomNodeList>
|
||||
#include <QHash>
|
||||
#include <QLineF>
|
||||
#include <QLoggingCategory>
|
||||
#include <QMessageLogger>
|
||||
#include <QSharedPointer>
|
||||
#include <QStaticStringData>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include <qcompilerdetection.h>
|
||||
#include <QDomElement>
|
||||
#include <QLoggingCategory>
|
||||
#include <QMetaObject>
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include <qcompilerdetection.h>
|
||||
#include <QGraphicsItem>
|
||||
#include <QLoggingCategory>
|
||||
#include <QObject>
|
||||
#include <QtGlobal>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user