Fix error: incomplete type 'QRegularExpression' used in nested name specifier.
This commit is contained in:
parent
5680bbe463
commit
82cb2d83ab
|
@ -37,7 +37,9 @@
|
|||
#include <QUrl>
|
||||
#include <Qt>
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)
|
||||
#include <QRegularExpression>
|
||||
#else
|
||||
#include <QRegExp>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user