Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Apr 25, 2024
1 parent 9fe667e commit 3a90d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plotjuggler_base/include/PlotJuggler/plotdatabase.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
#include <cstdlib>
#include <unordered_map>
#include <optional>

#include <QVariant>
#include <QtGlobal>

namespace PJ
{
Expand All @@ -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;
Expand Down

0 comments on commit 3a90d88

Please sign in to comment.