forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -43,7 +43,7 @@ QDebugMessageClient::~QDebugMessageClient()
|
||||
{
|
||||
}
|
||||
|
||||
void QDebugMessageClient::statusChanged(Status status)
|
||||
void QDebugMessageClient::statusChanged(ClientStatus status)
|
||||
{
|
||||
emit newStatus(status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user