forked from qt-creator/qt-creator
QmlDebugger: user input on watches
Reviewed-by: hjk
This commit is contained in:
@@ -353,6 +353,11 @@ void QmlEngine::showMessage(const QString &msg, int channel, int timeout) const
|
||||
DebuggerEngine::showMessage(msg, channel, timeout);
|
||||
}
|
||||
|
||||
bool QmlEngine::acceptsWatchesWhileRunning() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void QmlEngine::closeConnection()
|
||||
{
|
||||
disconnect(&d->m_adapter, SIGNAL(connectionStartupFailed()),
|
||||
|
||||
Reference in New Issue
Block a user