aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug/qdebugmessageclient.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-05-10 10:29:11 +0200
committerKai Koehne <kai.koehne@nokia.com>2012-05-10 10:33:45 +0200
commitb2a2a7cc18fc8415378aec31de477e4b58a13d71 (patch)
tree8ae73e6faef29b43e8a4ea17281a0b56aedd7fa9 /src/libs/qmldebug/qdebugmessageclient.h
parente9277df87b5d89947a3d0c964d062ebeeb77d61f (diff)
QmlDebug: Renaming
Move Status enum out of QmlDebugClient and drop "QmlDebug" prefix for the different 'Reference' structs. Allows to avoid 'using namespace in QmlDebug' in header files. Change-Id: Id9857977300e86d637cf128ff3417d8b24c8e995 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Diffstat (limited to 'src/libs/qmldebug/qdebugmessageclient.h')
-rw-r--r--src/libs/qmldebug/qdebugmessageclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/qmldebug/qdebugmessageclient.h b/src/libs/qmldebug/qdebugmessageclient.h
index 3deb95228c..f07b9f3320 100644
--- a/src/libs/qmldebug/qdebugmessageclient.h
+++ b/src/libs/qmldebug/qdebugmessageclient.h
@@ -55,11 +55,11 @@ public:
~QDebugMessageClient();
protected:
- virtual void statusChanged(Status status);
+ virtual void statusChanged(ClientStatus status);
virtual void messageReceived(const QByteArray &);
signals:
- void newStatus(QmlDebugClient::Status);
+ void newStatus(QmlDebug::ClientStatus);
void message(QtMsgType, const QString &,
const QmlDebug::QDebugContextInfo &);