From 975aaeeff483658521d838561b15f38bcc990aa3 Mon Sep 17 00:00:00 2001 From: John Hayes Date: Wed, 11 Dec 2019 10:09:32 +0100 Subject: kconfig EBN transport protocol cleanup Summary: Change and test transport protocol from http to https while correcting dead link Reviewers: apol Reviewed By: apol Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D25829 --- src/core/kconfig.h | 2 +- src/core/kdesktopfile.h | 2 +- src/kconfig_compiler/kconfig_compiler.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/core/kconfig.h b/src/core/kconfig.h index db4fb905..30a2881a 100644 --- a/src/core/kconfig.h +++ b/src/core/kconfig.h @@ -64,7 +64,7 @@ class KConfigPrivate; * KSharedConfig provides a set of open methods as counterparts for the * KConfig constructors. * - * \sa KSharedConfig, KConfigGroup, the techbase HOWTO on KConfig. + * \sa KSharedConfig, KConfigGroup, the techbase HOWTO on KConfig. */ class KCONFIGCORE_EXPORT KConfig : public KConfigBase { diff --git a/src/core/kdesktopfile.h b/src/core/kdesktopfile.h index 28343366..44220035 100644 --- a/src/core/kdesktopfile.h +++ b/src/core/kdesktopfile.h @@ -33,7 +33,7 @@ class KDesktopFilePrivate; * * @author Pietro Iglio * @see KConfigBase KConfig - * @see Desktop Entry Spec + * @see Desktop Entry Spec */ class KCONFIGCORE_EXPORT KDesktopFile : public KConfig { diff --git a/src/kconfig_compiler/kconfig_compiler.cpp b/src/kconfig_compiler/kconfig_compiler.cpp index 054dbd4d..c90c0af0 100644 --- a/src/kconfig_compiler/kconfig_compiler.cpp +++ b/src/kconfig_compiler/kconfig_compiler.cpp @@ -1877,7 +1877,7 @@ int main(int argc, char **argv) } } h << endl; - + // Constructor or singleton accessor if (!cfg.singleton) { @@ -2446,7 +2446,7 @@ int main(int argc, char **argv) if (hasSignals) { // this cast to base-class pointer-to-member is valid C++ - // http://stackoverflow.com/questions/4272909/is-it-safe-to-upcast-a-method-pointer-and-use-it-with-base-class-pointer/ + // https://stackoverflow.com/questions/4272909/is-it-safe-to-upcast-a-method-pointer-and-use-it-with-base-class-pointer/ cpp << " KConfigCompilerSignallingItem::NotifyFunction notifyFunction =" << " static_cast(&" << cfg.className << "::itemChanged);" << endl << endl; -- cgit v1.2.1