Suppress Cppcheck warning "syntaxError".

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-07-06 15:21:44 +03:00
parent 21e9719954
commit 9a8419920d

View File

@ -92,6 +92,7 @@ private:
Q_DECLARE_METATYPE(VPointF)
Q_DECLARE_TYPEINFO(VPointF, Q_MOVABLE_TYPE);
// cppcheck-suppress syntaxError
QT_WARNING_POP
#endif // VPOINTF_H