aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)