diff options
author | David Faure <faure@kde.org> | 2020-05-03 13:38:51 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2020-05-03 13:38:51 +0200 |
commit | 311e30857e33f9222b28b6d3b841ab6e61558237 (patch) | |
tree | 204da2b16114f1a476f4727747a7f972999993e1 | |
parent | 2789bb2c7b263803b2708d021c8e47ea9f5207dc (diff) | |
download | kconfig-311e30857e33f9222b28b6d3b841ab6e61558237.tar.gz kconfig-311e30857e33f9222b28b6d3b841ab6e61558237.tar.bz2 |
GIT_SILENT add comment
-rw-r--r-- | src/core/kauthorized.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/kauthorized.cpp b/src/core/kauthorized.cpp index ca98bffa..f7515428 100644 --- a/src/core/kauthorized.cpp +++ b/src/core/kauthorized.cpp @@ -244,6 +244,7 @@ QStringList KAuthorized::authorizeControlModules(const QStringList &menuIds) return result; } +// Exported for unittests (e.g. in KIO, we're missing tests for this in kconfig) KCONFIGCORE_EXPORT void reloadUrlActionRestrictions() { MY_D |