Skip to content

Commit 538e690

Browse files
author
Uwe Kindler
committed
Fixed warning for unused parameter in DockOverlay.cpp
1 parent b1309da commit 538e690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DockOverlay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ struct DockOverlayCrossPrivate
140140
qreal dropIndicatiorWidth(QLabel* l) const
141141
{
142142
#ifdef Q_OS_LINUX
143+
Q_UNUSED(l)
143144
return 40;
144145
#else
145146
return static_cast<qreal>(l->fontMetrics().height()) * 3.f;

0 commit comments

Comments
 (0)