forked from qt-creator/qt-creator
QML Designer: Fix message about puppet crash.
Change-Id: I604cdbd2abfd45105502e19d80f102df1017f4c5 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -393,8 +393,8 @@ void NodeInstanceServerProxy::processFinished(int /*exitCode*/, QProcess::ExitSt
|
|||||||
if (m_captureFileForTest.isOpen()) {
|
if (m_captureFileForTest.isOpen()) {
|
||||||
m_captureFileForTest.close();
|
m_captureFileForTest.close();
|
||||||
m_captureFileForTest.remove();
|
m_captureFileForTest.remove();
|
||||||
QMessageBox::warning(0, tr("Qml Puppet crashes"), tr("Your are recording a Puppet stream and the puppet crashes. "
|
QMessageBox::warning(0, tr("QML Puppet Crashed"), tr("Your are recording a Puppet stream and the puppet crashed. "
|
||||||
"It is recommended to reopen the Qml Designer and start again."));
|
"It is recommended to reopen the QML Designer and start again."));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user