Remove deprecation warning while building with Qt 5.15. (#344)

Co-authored-by: Rodrigo Oliva <Rodrigo.Oliva@king.com>
This commit is contained in:
Rodrigo Oliva 2021-08-23 19:47:15 +02:00 committed by GitHub
parent bbdf0ef29d
commit 0c44accb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -806,7 +806,7 @@ void CDockOverlayCross::setIconColors(const QString& Colors)
{"Arrow", CDockOverlayCross::ArrowColor}, {"Arrow", CDockOverlayCross::ArrowColor},
{"Shadow", CDockOverlayCross::ShadowColor}}; {"Shadow", CDockOverlayCross::ShadowColor}};
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) #if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
auto SkipEmptyParts = QString::SkipEmptyParts; auto SkipEmptyParts = QString::SkipEmptyParts;
#else #else
auto SkipEmptyParts = Qt::SkipEmptyParts; auto SkipEmptyParts = Qt::SkipEmptyParts;