From ef259539c5541572833df3d085b253c219d42e06 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 19 Jan 2016 01:26:50 +0100 Subject: [PATCH] Comment --- src/blackgui/infoarea.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blackgui/infoarea.cpp b/src/blackgui/infoarea.cpp index 9dc4802bc..4d8b03dda 100644 --- a/src/blackgui/infoarea.cpp +++ b/src/blackgui/infoarea.cpp @@ -583,6 +583,7 @@ namespace BlackGui void CInfoArea::iniFileBasedSettings() { + // with Qt 5.5 still needed const QString section(this->objectName()); const QSettings *settings = CStyleSheetUtility::instance().iniFile(); if (settings && !section.isEmpty())