diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-20 12:36:26 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-20 12:37:12 (GMT) |
commit | f634c8024dcdc2b26642cc7987c9a70ed28697d2 (patch) | |
tree | 6b090e03c931ea84764cf4a651ec55ffdc8461c0 /src/scripttools/debugging | |
parent | e519e1363527429c0ce2a17e894fc3b542787497 (diff) | |
download | Qt-f634c8024dcdc2b26642cc7987c9a70ed28697d2.zip Qt-f634c8024dcdc2b26642cc7987c9a70ed28697d2.tar.gz Qt-f634c8024dcdc2b26642cc7987c9a70ed28697d2.tar.bz2 |
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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp b/src/scripttools/debugging/qscriptenginedebuggerfrontend.cpp index c5e21ef..5b58c52 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) { |