forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.7'
Conflicts: src/plugins/cpptools/cppchecksymbols.h src/plugins/qmldesigner/components/formeditor/resizecontroller.cpp Change-Id: I887ba071fa637ad44e39bcae581738fa078a6612
This commit is contained in:
@@ -381,8 +381,10 @@ void QmlEngine::tryToConnect(quint16 port)
|
||||
if (state() == EngineRunRequested) {
|
||||
if (isSlaveEngine()) {
|
||||
// Probably cpp is being debugged and hence we did not get the output yet.
|
||||
if (!masterEngine()->isDying())
|
||||
if (!masterEngine()->isDying()) {
|
||||
m_noDebugOutputTimer.setInterval(4000);
|
||||
m_noDebugOutputTimer.start();
|
||||
}
|
||||
else
|
||||
appStartupFailed(tr("No application output received in time"));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user