diff options
| author | Heiko Becker <heirecka@exherbo.org> | 2014-11-27 14:40:38 +0100 | 
|---|---|---|
| committer | Matthew Dawson <matthew@mjdsystems.ca> | 2014-11-27 19:59:13 -0500 | 
| commit | 3101bd24e0258895c23070f491d8fed99ab52dba (patch) | |
| tree | 0a6fb3ca47fc71e903b8b815b8fd785792188dce /src/core | |
| parent | f844f6a85e4bce35d0802eed11b19916d34ed78c (diff) | |
| download | kconfig-3101bd24e0258895c23070f491d8fed99ab52dba.tar.gz kconfig-3101bd24e0258895c23070f491d8fed99ab52dba.tar.bz2 | |
Fix link to KSharedConfig::openConfig in apidoc
KSharedConfig has been ported to QStandardPaths in KF5.
REVIEW: 121272
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/kconfig.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/kconfig.h b/src/core/kconfig.h index cc167927..0fb15756 100644 --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -125,7 +125,7 @@ public:       * @param type         The standard directory to look for the configuration       *                     file in       * -     * @sa KSharedConfig::openConfig(const QString&, OpenFlags, const char*) +     * @sa KSharedConfig::openConfig(const QString&, OpenFlags, QStandardPaths::StandardLocation)       */      explicit KConfig(const QString &file = QString(), OpenFlags mode = FullConfig,                       QStandardPaths::StandardLocation type = QStandardPaths::GenericConfigLocation); | 
