diff options
author | Alex Merry <alex.merry@kde.org> | 2014-04-10 15:45:41 +0100 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-04-11 10:27:23 +0100 |
commit | bc157c1bb768c5b8c7a72c8f6ef29ba313c465b0 (patch) | |
tree | d04a6c3e747be723226608320c5ff80327223d38 /src/core/kauthorized.cpp | |
parent | c038ab7498fb8715ede62d18fac6eee4c1798668 (diff) | |
download | kconfig-bc157c1bb768c5b8c7a72c8f6ef29ba313c465b0.tar.gz kconfig-bc157c1bb768c5b8c7a72c8f6ef29ba313c465b0.tar.bz2 |
Rewrite kiosk documentation
A lot of kiosk stuff is actually in other frameworks, from the point of
view of applications, but KConfig provides the core functionality. Make
the docs here describe KConfig's role, rather than KIO's or KXMLGui's.
REVIEW: 117486
Diffstat (limited to 'src/core/kauthorized.cpp')
-rw-r--r-- | src/core/kauthorized.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/kauthorized.cpp b/src/core/kauthorized.cpp index c9b14f50..4280524d 100644 --- a/src/core/kauthorized.cpp +++ b/src/core/kauthorized.cpp @@ -340,7 +340,10 @@ static void initUrlActionRestrictions() namespace KAuthorized { -// Called by KAuthorized::allowUrlAction in KIO +/** + * Helper for KAuthorized::allowUrlAction in KIO + * @private + */ KCONFIGCORE_EXPORT void allowUrlActionInternal(const QString &action, const QUrl &_baseURL, const QUrl &_destURL) { MY_D @@ -359,7 +362,10 @@ KCONFIGCORE_EXPORT void allowUrlActionInternal(const QString &action, const QUrl _destURL.scheme(), _destURL.host(), destPath, true)); } -// Called by KAuthorized::authorizeUrlAction in KIO +/** + * Helper for KAuthorized::authorizeUrlAction in KIO + * @private + */ KCONFIGCORE_EXPORT bool authorizeUrlActionInternal(const QString &action, const QUrl &_baseURL, const QUrl &_destURL, const QString &baseClass, const QString &destClass) { MY_D |