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/kconfig_compiler/kconfig_compiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kconfig_compiler/kconfig_compiler.cpp') 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