From d4572e97a274da2d7802952cca45bf1d5a2ead0f Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Tue, 5 May 2020 20:57:20 +0200 Subject: Delete redundant comment --- src/widget/wsearchlineedit.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/widget/wsearchlineedit.cpp b/src/widget/wsearchlineedit.cpp index 9d0ff2b86f..cdf75d1147 100644 --- a/src/widget/wsearchlineedit.cpp +++ b/src/widget/wsearchlineedit.cpp @@ -185,7 +185,6 @@ void WSearchLineEdit::setup(const QDomNode& node, const SkinContext& context) { pal.setBrush(backgroundRole(), backgroundColor); pal.setBrush(foregroundRole(), foregroundColor); #if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0) - // Use only 25% instead of 50% transparency for the placeholder text color auto placeholderColor = foregroundColor; placeholderColor.setAlpha(placeholderColor.alpha() * 3 / 4); // 75% opaque kLogger.debug() -- cgit v1.2.3