forked from qt-creator/qt-creator
QmlDesigner: Fix compile before Qt5.15
Change-Id: I0f2f363a691dda1a79f773ebf7885a68fbfcbaa9 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -70,7 +70,7 @@ void CapturingConnectionManager::writeCommand(const QVariant &command)
|
|||||||
InteractiveConnectionManager::writeCommand(command);
|
InteractiveConnectionManager::writeCommand(command);
|
||||||
|
|
||||||
if (m_captureFileForTest.isWritable()) {
|
if (m_captureFileForTest.isWritable()) {
|
||||||
qDebug() << "command name: " << QMetaType(command.userType()).name();
|
qDebug() << "command name: " << QMetaType::typeName(command.userType());
|
||||||
writeCommandToIODevice(command, &m_captureFileForTest, m_writeCommandCounter);
|
writeCommandToIODevice(command, &m_captureFileForTest, m_writeCommandCounter);
|
||||||
qDebug() << "\tcatpure file offset: " << m_captureFileForTest.pos();
|
qDebug() << "\tcatpure file offset: " << m_captureFileForTest.pos();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user