summaryrefslogtreecommitdiffstats
path: root/src/oauth/qabstractoauth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qabstractoauth.cpp')
-rw-r--r--src/oauth/qabstractoauth.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/oauth/qabstractoauth.cpp b/src/oauth/qabstractoauth.cpp
index 58579ec..5326292 100644
--- a/src/oauth/qabstractoauth.cpp
+++ b/src/oauth/qabstractoauth.cpp
@@ -520,10 +520,10 @@ QAbstractOAuth::ModifyParametersFunction QAbstractOAuth::modifyParametersFunctio
}
/*!
- Sets the parameter-modification function. This function is used
- to customize the parameters sent to the server during a specified
- authorization stage. The number of calls to this function
- depends on the flow used during the authentication.
+ Sets the parameter-modification function \a modifyParametersFunction.
+ This function is used to customize the parameters sent to the server
+ during a specified authorization stage. The number of calls to this
+ function depends on the flow used during the authentication.
\sa modifyParametersFunction(), ModifyParametersFunction, Stage
*/
void QAbstractOAuth::setModifyParametersFunction(