Fix compilation with Qt 5.

Change-Id: I4ace07cb2255ed8231659253f72a16cf626a077a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint
2012-06-28 15:44:19 +02:00
parent 7c7e6bd6c4
commit 96f5bc837f
3 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
#include "qdebugmessageclient.h" #include "qdebugmessageclient.h"
#include <QDataStream>
namespace QmlDebug { namespace QmlDebug {
QDebugMessageClient::QDebugMessageClient(QmlDebugConnection *client) QDebugMessageClient::QDebugMessageClient(QmlDebugConnection *client)

View File

@@ -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>

View File

@@ -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>