diff options
author | hjk <[email protected]> | 2010-04-30 14:18:10 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2010-04-30 14:22:48 +0200 |
commit | 5560f5e2f16bb7a42ca39c7c56d642b64fcb5091 (patch) | |
tree | c0545864df314a44166400f72a935ab32905baff /src/plugins/debugger/stackhandler.h | |
parent | 24d1fbd15b6495b46b34a907d1c4e46f78122836 (diff) |
debugger: make it possible to bulk-assign breakpoints to threads
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r-- | src/plugins/debugger/stackhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index 6c6cd6b7404..64c0eff0957 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -119,6 +119,7 @@ class ThreadsHandler : public QAbstractTableModel public: ThreadsHandler(QObject *parent = 0); + int currentThreadId() const; void setCurrentThread(int index); void selectThread(int index); void setThreads(const QList<ThreadData> &threads); |