From 3a90d88e62d6f453c345a2084aa3cf3e8377779b Mon Sep 17 00:00:00 2001 From: Davide Faconti Date: Thu, 25 Apr 2024 11:50:33 +0200 Subject: [PATCH] fix version number --- plotjuggler_base/include/PlotJuggler/plotdatabase.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plotjuggler_base/include/PlotJuggler/plotdatabase.h b/plotjuggler_base/include/PlotJuggler/plotdatabase.h index cccad92ec..78e61ca55 100644 --- a/plotjuggler_base/include/PlotJuggler/plotdatabase.h +++ b/plotjuggler_base/include/PlotJuggler/plotdatabase.h @@ -15,7 +15,9 @@ #include #include #include + #include +#include namespace PJ { @@ -25,7 +27,7 @@ struct Range double max; }; -#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0) +#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0) const auto SkipEmptyParts = Qt::SkipEmptyParts; #else const auto SkipEmptyParts = QString::SkipEmptyParts;