mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-12 10:25:11 +02:00
Code cleanup
This commit is contained in:
@ -9,8 +9,7 @@
|
||||
|
||||
Text::~Text()
|
||||
{
|
||||
for (int i = 0; i < _items.size(); i++)
|
||||
delete _items[i];
|
||||
qDeleteAll(_items);
|
||||
}
|
||||
|
||||
void Text::render(QPainter *painter) const
|
||||
|
Reference in New Issue
Block a user