diff options
Diffstat (limited to 'languages/cpp/debugger/DESIGN.txt')
-rw-r--r-- | languages/cpp/debugger/DESIGN.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/debugger/DESIGN.txt b/languages/cpp/debugger/DESIGN.txt index 627fd403..3f4b4786 100644 --- a/languages/cpp/debugger/DESIGN.txt +++ b/languages/cpp/debugger/DESIGN.txt @@ -30,7 +30,7 @@ necessary to clear already cached data for other threads. == Command execution == The controller has a queue of commands to send to gdb. A command typically -has a callback (pair of QObject* and a member pointer) to be called when +has a callback (pair of TQObject* and a member pointer) to be called when command is done. When the queue is non-empty, and debugger is not busy executing the previous |