Splitting has been fixed

This commit is contained in:
Arin Alexander
2017-12-07 19:52:52 +03:00
parent 4591e38873
commit 2a1073be9c
3 changed files with 26 additions and 39 deletions

View File

@@ -181,7 +181,7 @@ private:
QString formatDateTime(const QDateTime &value);
QString formatNumber(const double value);
QString formatFieldValue();
QString extractText(QTextBlock& curBlock, int height);
TextPtr textDocument() const;
private:
QString m_strText;
@@ -208,6 +208,7 @@ private:
TextItem* m_follower;
qreal m_textIndent;
Qt::LayoutDirection m_textLayoutDirection;
};
}