I have no linter, yet I must lint.

Took 4 minutes
This commit is contained in:
Lukas Brübach 2025-09-05 02:31:44 +02:00
parent ad4888fcf1
commit 0aa0ee2672
5 changed files with 10 additions and 13 deletions

View file

@ -34,8 +34,6 @@ bool AbstractDecklistCardNode::compareName(AbstractDecklistNode *other) const
}
}
bool AbstractDecklistCardNode::readElement(QXmlStreamReader *xml)
{
while (!xml->atEnd()) {