forked from qt-creator/qt-creator
compile fix for qml2puppet
Change-Id: Iad3c36e66e70c4ba1c885ffc10c4ea3f888aa820 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -1150,6 +1150,12 @@ void NodeInstanceServer::loadDummyDataContext(const QString& directory)
|
||||
}
|
||||
}
|
||||
|
||||
void NodeInstanceServer::sendDebugOutput(DebugOutputCommand::Type type, const QString &message)
|
||||
{
|
||||
DebugOutputCommand command(message, type);
|
||||
nodeInstanceClient()->debugOutput(command);
|
||||
}
|
||||
|
||||
QStringList NodeInstanceServer::dummyDataDirectories(const QString& directoryPath)
|
||||
{
|
||||
QStringList dummyDataDirectoryList;
|
||||
|
||||
Reference in New Issue
Block a user