Backed out changeset: d56740267493

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-07-05 10:59:41 +03:00
parent 16975ec6b9
commit c74d25cd31

View file

@ -44,9 +44,6 @@ class VAbstractPattern;
#define MIN_FONT_SIZE 5 #define MIN_FONT_SIZE 5
#define MAX_FONT_SIZE 128 #define MAX_FONT_SIZE 128
QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Warray-bounds")
/** /**
* @brief The TextLine struct holds the information about one text line * @brief The TextLine struct holds the information about one text line
*/ */
@ -65,8 +62,6 @@ private:
static const quint16 classVersion; static const quint16 classVersion;
}; };
QT_WARNING_POP
/** /**
* @brief The VTextManager class this class is used to determine whether a collection of * @brief The VTextManager class this class is used to determine whether a collection of
* text lines can fit into specified bounding box and with what font size * text lines can fit into specified bounding box and with what font size