mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Fixed warning for unused parameter in DockOverlay.cpp
This commit is contained in:
parent
b1309da89a
commit
538e690c22
@ -140,6 +140,7 @@ struct DockOverlayCrossPrivate
|
||||
qreal dropIndicatiorWidth(QLabel* l) const
|
||||
{
|
||||
#ifdef Q_OS_LINUX
|
||||
Q_UNUSED(l)
|
||||
return 40;
|
||||
#else
|
||||
return static_cast<qreal>(l->fontMetrics().height()) * 3.f;
|
||||
|
Loading…
Reference in New Issue
Block a user