Skip to content

Commit 0c44acc

Browse files
rolivavRodrigo Oliva
andauthored
Remove deprecation warning while building with Qt 5.15. (#344)
Co-authored-by: Rodrigo Oliva <[email protected]>
1 parent bbdf0ef commit 0c44acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockOverlay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ void CDockOverlayCross::setIconColors(const QString& Colors)
806806
{"Arrow", CDockOverlayCross::ArrowColor},
807807
{"Shadow", CDockOverlayCross::ShadowColor}};
808808

809-
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
809+
#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
810810
auto SkipEmptyParts = QString::SkipEmptyParts;
811811
#else
812812
auto SkipEmptyParts = Qt::SkipEmptyParts;

0 commit comments

Comments
 (0)