diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-12 15:05:27 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-12 15:06:08 (GMT) |
commit | a25548dd9a6ad08961df56a97b6b5189d465f251 (patch) | |
tree | 986f1e0118f510c9ad4a71defab4c37080783c00 /src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h | |
parent | 4d0cc0b9600f8530bb0e8712b4bb109d1810c4a7 (diff) | |
download | Qt-a25548dd9a6ad08961df56a97b6b5189d465f251.zip Qt-a25548dd9a6ad08961df56a97b6b5189d465f251.tar.gz Qt-a25548dd9a6ad08961df56a97b6b5189d465f251.tar.bz2 |
make debugger console's auto-completion asynchronous
Needed for remote debugging.
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h')
-rw-r--r-- | src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h b/src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h index ff9c570..9a1a36d 100644 --- a/src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h +++ b/src/scripttools/debugging/qscriptdebuggercommandschedulerfrontend_p.h @@ -111,6 +111,7 @@ public: int scheduleContextsCheckpoint(); int scheduleGetPropertyExpressionValue(int contextIndex, int lineNumber, const QStringList &path); + int scheduleGetCompletions(int contextIndex, const QStringList &path); // iteration int scheduleNewScriptValueIterator(const QScriptDebuggerValue &object); |