diff options
author | David Faure <faure@kde.org> | 2017-02-14 07:54:55 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2017-02-14 07:54:55 +0100 |
commit | 160b8e42664d036427a4ab7b7a40a1e754f808ea (patch) | |
tree | 7d9191ea9d808b4dd267b7115ec4a86832f13dd1 | |
parent | d7cc742ac2ce93f047871cb58a7bde07cfa0ad8d (diff) | |
download | kconfig-160b8e42664d036427a4ab7b7a40a1e754f808ea.tar.gz kconfig-160b8e42664d036427a4ab7b7a40a1e754f808ea.tar.bz2 |
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
-rw-r--r-- | src/core/kconfig.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) |