QmlDebugger: user input on watches

Reviewed-by: hjk
This commit is contained in:
Christiaan Janssen
2011-02-28 10:58:21 +01:00
parent fd66f68671
commit 7100d29f66
11 changed files with 54 additions and 7 deletions

View File

@@ -1311,6 +1311,16 @@ unsigned DebuggerEngine::debuggerCapabilities() const
return 0;
}
bool DebuggerEngine::canWatchWidgets() const
{
return false;
}
bool DebuggerEngine::acceptsWatchesWhileRunning() const
{
return false;
}
bool DebuggerEngine::isSynchronous() const
{
return false;