diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-02-04 15:08:31 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-02-04 15:10:17 +0100 |
commit | 4d46c69d255cf74838a779b24de9d0df15878a11 (patch) | |
tree | 5e26b2f7637dd275b1fe5a0642533d2df6cf1a4d /src/plugins/debugger/threadshandler.h | |
parent | 8a2aab79e9db6a6bf0c179e8e84a812d0c1b62c1 (diff) | |
download | qt-creator-4d46c69d255cf74838a779b24de9d0df15878a11.tar.gz |
Debugger: Documentation work on qtcreatorcdbext/Debugger.
Add comments, introduce internal switch in
doc/api/qtcreator-api.qdocconf.
Diffstat (limited to 'src/plugins/debugger/threadshandler.h')
-rw-r--r-- | src/plugins/debugger/threadshandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/threadshandler.h b/src/plugins/debugger/threadshandler.h index 6e60186cef..ece68f431a 100644 --- a/src/plugins/debugger/threadshandler.h +++ b/src/plugins/debugger/threadshandler.h @@ -48,7 +48,6 @@ class GdbMi; // //////////////////////////////////////////////////////////////////////// -/*! A model to represent the running threads in a QTreeView or ComboBox */ class ThreadsHandler : public QAbstractTableModel { Q_OBJECT |