i do not know what less than means

This commit is contained in:
scatterflower 2020-10-06 14:09:20 -05:00
parent 5dd834c3af
commit 0b9e394dc4

View File

@ -29,7 +29,7 @@
#include <QTcpSocket>
#include <QDateTime>
#include <QtGlobal>
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
#if QT_VERSION > QT_VERSION_CHECK(5, 10, 0)
#include <QRandomGenerator>
#endif