We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdf0ef commit 0c44accCopy full SHA for 0c44acc
src/DockOverlay.cpp
@@ -806,7 +806,7 @@ void CDockOverlayCross::setIconColors(const QString& Colors)
806
{"Arrow", CDockOverlayCross::ArrowColor},
807
{"Shadow", CDockOverlayCross::ShadowColor}};
808
809
-#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
+#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
810
auto SkipEmptyParts = QString::SkipEmptyParts;
811
#else
812
auto SkipEmptyParts = Qt::SkipEmptyParts;
0 commit comments