mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-07 08:12:52 +02:00
Draw code optimization
This commit is contained in:
@ -140,7 +140,7 @@ Text::~Text()
|
||||
delete _items[i];
|
||||
}
|
||||
|
||||
void Text::render(QPainter *painter)
|
||||
void Text::render(QPainter *painter) const
|
||||
{
|
||||
for (int i = 0; i < _items.size(); i++) {
|
||||
const TextItem *ti = _items.at(i);
|
||||
|
Reference in New Issue
Block a user