From 3101bd24e0258895c23070f491d8fed99ab52dba Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Thu, 27 Nov 2014 14:40:38 +0100 Subject: Fix link to KSharedConfig::openConfig in apidoc KSharedConfig has been ported to QStandardPaths in KF5. REVIEW: 121272 --- src/core/kconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.1