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/debuggerplugin.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/debuggerplugin.h')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h index a32e7fca0f..69ffa84ab4 100644 --- a/src/plugins/debugger/debuggerplugin.h +++ b/src/plugins/debugger/debuggerplugin.h @@ -49,11 +49,6 @@ class DebuggerMainWindow; class DebuggerRunControl; class DebuggerStartParameters; -// This is the "external" interface of the debugger plugin that's visible -// from Qt Creator core. The internal interface to global debugger -// functionality that is used by debugger views and debugger engines -// is DebuggerCore, implemented in DebuggerPluginPrivate. - class DEBUGGER_EXPORT DebuggerPlugin : public ExtensionSystem::IPlugin { Q_OBJECT |