forked from qt-creator/qt-creator
Fix compilation with Qt 5.
Change-Id: I4ace07cb2255ed8231659253f72a16cf626a077a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
#include "qdebugmessageclient.h"
|
#include "qdebugmessageclient.h"
|
||||||
|
|
||||||
|
#include <QDataStream>
|
||||||
|
|
||||||
namespace QmlDebug {
|
namespace QmlDebug {
|
||||||
|
|
||||||
QDebugMessageClient::QDebugMessageClient(QmlDebugConnection *client)
|
QDebugMessageClient::QDebugMessageClient(QmlDebugConnection *client)
|
||||||
|
@@ -33,6 +33,7 @@
|
|||||||
#ifndef DEBUGGER_ACTIONS_H
|
#ifndef DEBUGGER_ACTIONS_H
|
||||||
#define DEBUGGER_ACTIONS_H
|
#define DEBUGGER_ACTIONS_H
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
||||||
|
@@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
|
#include <QString>
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
#include <QVector>
|
#include <QVector>
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
|
Reference in New Issue
Block a user