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 <QDataStream>
|
||||
|
||||
namespace QmlDebug {
|
||||
|
||||
QDebugMessageClient::QDebugMessageClient(QmlDebugConnection *client)
|
||||
|
@@ -33,6 +33,7 @@
|
||||
#ifndef DEBUGGER_ACTIONS_H
|
||||
#define DEBUGGER_ACTIONS_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QHash>
|
||||
#include <QMap>
|
||||
|
||||
|
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <QMap>
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
#include <QMetaType>
|
||||
#include <QVector>
|
||||
#include <QPair>
|
||||
|
Reference in New Issue
Block a user