kdecore: KAuthorization documentation correction

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-12 14:09:10 +02:00
parent ec2e04c3d8
commit cdebf644b6

View file

@ -99,7 +99,7 @@ public:
static bool isAuthorized(const QString &helper);
/*!
@brief Executes @p method of @p helper with arguments specified as @p arguments
returns its status (usually one of @p KAuthorizationStatus)
and returns its status (usually one of @p KAuthorizationStatus)
*/
static int execute(const QString &helper, const QString &method, const QVariantMap &arguments);
/*!