Revert the silliest lint in the world.

This commit is contained in:
Lukas Brübach 2025-01-17 03:06:53 +01:00
parent 273be7af18
commit 778945c9c8

View file

@ -228,7 +228,7 @@ struct FormatDeckListForExport
QString &sideBoardCards; QString &sideBoardCards;
// create main operator for struct, allowing the foreachcard to work. // create main operator for struct, allowing the foreachcard to work.
FormatDeckListForExport(QString &_mainBoardCards, QString &_sideBoardCards) FormatDeckListForExport(QString &_mainBoardCards, QString &_sideBoardCards)
: mainBoardCards(_mainBoardCards), sideBoardCards(_sideBoardCards) {}; : mainBoardCards(_mainBoardCards), sideBoardCards(_sideBoardCards){};
void operator()(const InnerDecklistNode *node, const DecklistCardNode *card) const void operator()(const InnerDecklistNode *node, const DecklistCardNode *card) const
{ {