summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging/qscriptdebuggerresponse.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-02-13 12:51:11 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2019-02-13 14:29:34 +0000
commit313e6548b0393af9069b043f65ea6e6c0a546487 (patch)
tree6e62773f507cd800dc7dd76470ca6d2d27d7550f /src/scripttools/debugging/qscriptdebuggerresponse.cpp
parentda2f08af67916ce09daf6dea185a118e0f8bcd6b (diff)
downloadqtscript-313e6548b0393af9069b043f65ea6e6c0a546487.tar.gz
Doc: Remove unnecessary \fn commands
These are not required as the documentation is already adjacent to the correct function body. The \fn commands also caused some warnings in the form of clang diagnostic messages. Change-Id: I3fcce59b9e523fc8969dc6ef0440477886da8df7 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggerresponse.cpp')
-rw-r--r--src/scripttools/debugging/qscriptdebuggerresponse.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggerresponse.cpp b/src/scripttools/debugging/qscriptdebuggerresponse.cpp
index ee588ef..7eb4c18 100644
--- a/src/scripttools/debugging/qscriptdebuggerresponse.cpp
+++ b/src/scripttools/debugging/qscriptdebuggerresponse.cpp
@@ -310,7 +310,6 @@ bool QScriptDebuggerResponse::operator!=(const QScriptDebuggerResponse &other) c
}
/*!
- \fn QDataStream &operator<<(QDataStream &stream, const QScriptDebuggerResponse &response)
\relates QScriptDebuggerResponse
Writes the given \a response to the specified \a stream.
@@ -325,7 +324,6 @@ QDataStream &operator<<(QDataStream &out, const QScriptDebuggerResponse &respons
}
/*!
- \fn QDataStream &operator>>(QDataStream &stream, QScriptDebuggerResponse &response)
\relates QScriptDebuggerResponse
Reads a QScriptDebuggerResponse from the specified \a stream into the