summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-05-05 20:57:20 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-05-05 21:32:42 +0200
commitd4572e97a274da2d7802952cca45bf1d5a2ead0f (patch)
treef44da60f84d613c529895255fe8d34a2c054c1c8 /src
parent79a0206d21fd5c4514144ba2190e2c9e4e591d6e (diff)
Delete redundant comment
Diffstat (limited to 'src')
-rw-r--r--src/widget/wsearchlineedit.cpp1
1 files changed, 0 insertions, 1 deletions
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()