Skip to content

Commit 3a90d88

Browse files
committed
fix version number
1 parent 9fe667e commit 3a90d88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plotjuggler_base/include/PlotJuggler/plotdatabase.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
#include <cstdlib>
1616
#include <unordered_map>
1717
#include <optional>
18+
1819
#include <QVariant>
20+
#include <QtGlobal>
1921

2022
namespace PJ
2123
{
@@ -25,7 +27,7 @@ struct Range
2527
double max;
2628
};
2729

28-
#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)
30+
#if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
2931
const auto SkipEmptyParts = Qt::SkipEmptyParts;
3032
#else
3133
const auto SkipEmptyParts = QString::SkipEmptyParts;

0 commit comments

Comments
 (0)