mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-16 12:04:25 +02:00
Code cleanup
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user