forked from qt-creator/qt-creator
QmlOutline: Replace dynamic_casts by specific AST casts
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
|
||||
void sendMessage(const QByteArray &msg)
|
||||
{
|
||||
QTC_ASSERT(isConnected(), /**/);
|
||||
QTC_kASSERT(isConnected(), /**/);
|
||||
qDebug() << "SENDING: " << quoteUnprintableLatin1(msg);
|
||||
QDeclarativeDebugClient::sendMessage(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user