From 1e899ad0d3df1f33eb25aa120df05579ce0bd358 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 4 Aug 2016 21:44:20 +0200 Subject: api docs: add version to @deprecated tag for authorizeKAction --- src/core/kauthorized.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/kauthorized.h b/src/core/kauthorized.h index 51b944a3..37bd54f9 100644 --- a/src/core/kauthorized.h +++ b/src/core/kauthorized.h @@ -119,7 +119,7 @@ KCONFIGCORE_EXPORT bool authorizeAction(const QString &action); * otherwise. * * @see authorize() - * @deprecated Use authorizeAction() instead. + * @deprecated since 5.24, use authorizeAction() instead. */ #ifndef KDE_NO_DEPRECATED KCONFIGCORE_DEPRECATED_EXPORT bool authorizeKAction(const QString &action); -- cgit v1.2.1