Fix build.
This commit is contained in:
parent
3c4caff7e1
commit
d1b51c78f6
|
@ -74,7 +74,7 @@ class VTextManager
|
|||
Q_DECLARE_TR_FUNCTIONS(VTextManager) // NOLINT
|
||||
|
||||
public:
|
||||
VTextManager() = default;
|
||||
VTextManager() noexcept = default;
|
||||
virtual ~VTextManager() = default;
|
||||
|
||||
VTextManager(const VTextManager &text) = default;
|
||||
|
|
|
@ -38,6 +38,10 @@
|
|||
#include "../vmisc/diagnostic.h"
|
||||
#endif // QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
|
||||
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
|
||||
#include "../vmisc/defglobal.h"
|
||||
#endif
|
||||
|
||||
struct VFinalMeasurement;
|
||||
|
||||
QT_WARNING_PUSH
|
||||
|
|
Loading…
Reference in New Issue
Block a user