Code cleanup

This commit is contained in:
2018-11-24 18:57:24 +01:00
parent 0dd83979cf
commit c1a00d902e
4 changed files with 7 additions and 13 deletions

View File

@ -30,7 +30,8 @@ public:
};
Text(const QSize &size) : _sceneRect(QRectF(QPointF(0, 0), size)) {}
Text(const QSize &size)
: _sceneRect(QRectF(QPointF(0, 0), size)), _textPathPresent(false) {}
~Text();
void setProperties(const Properties &prop)