From 160b8e42664d036427a4ab7b7a40a1e754f808ea Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 14 Feb 2017 07:54:55 +0100 Subject: GIT_SILENT remove comment about this being a temp workaround. Even with 5.8 we need it, not due to QLockFile, but just due to mainConfigName(), see unittest ksharedconfig_in_global_object --- src/core/kconfig.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/kconfig.cpp') diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index acc7a761..be09ca0a 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -552,8 +552,6 @@ struct KConfigStaticData { QString globalMainConfigName; // Keep a copy so we can use it in global dtors, after qApp is gone - // This is a workaround for the Qt bug fixed in https://codereview.qt-project.org/107005 for Qt 5.5 - // Revert this addition once we can depend on Qt 5.5. QStringList appArgs; }; Q_GLOBAL_STATIC(KConfigStaticData, globalData) -- cgit v1.2.1