aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2017-02-14 07:54:55 +0100
committerDavid Faure <faure@kde.org>2017-02-14 07:54:55 +0100
commit160b8e42664d036427a4ab7b7a40a1e754f808ea (patch)
tree7d9191ea9d808b4dd267b7115ec4a86832f13dd1 /src/core/kconfig.cpp
parentd7cc742ac2ce93f047871cb58a7bde07cfa0ad8d (diff)
downloadkconfig-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
Diffstat (limited to 'src/core/kconfig.cpp')
-rw-r--r--src/core/kconfig.cpp2
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)