summaryrefslogtreecommitdiffstats
path: root/src/scripttools/debugging
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-20 14:36:26 +0200
committerMartin Smith <msmith@trolltech.com>2009-07-20 14:37:12 +0200
commitf634c8024dcdc2b26642cc7987c9a70ed28697d2 (patch)
tree6b090e03c931ea84764cf4a651ec55ffdc8461c0 /src/scripttools/debugging
parente519e1363527429c0ce2a17e894fc3b542787497 (diff)
doc: Changed several \reimp to \internal
The base function was \internal pr private.
Diffstat (limited to 'src/scripttools/debugging')
-rw-r--r--src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp b/src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp
index c5e21ef48d..5b58c52beb 100644
--- a/src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp
+++ b/src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp
@@ -323,7 +323,7 @@ QScriptDebuggerBackend *QScriptEngineDebuggerFrontend::backend() const
}
/*!
- \reimp
+ \internal
*/
void QScriptEngineDebuggerFrontend::processCommand(int id, const QScriptDebuggerCommand &command)
{