Fix build.

This commit is contained in:
Roman Telezhynskyi 2023-07-15 15:24:25 +03:00
parent 3c4caff7e1
commit d1b51c78f6
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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