From a378030c43f6d50b0b50e3b53a9269a2759985b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Basile=20Cl=C3=A9ment?= Date: Sun, 16 Mar 2025 09:43:12 +0100 Subject: [PATCH] Add declaration for setAttrRecur --- cockatrice/src/client/ui/pixel_map_generator.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cockatrice/src/client/ui/pixel_map_generator.cpp b/cockatrice/src/client/ui/pixel_map_generator.cpp index c695e1093..25bd67264 100644 --- a/cockatrice/src/client/ui/pixel_map_generator.cpp +++ b/cockatrice/src/client/ui/pixel_map_generator.cpp @@ -180,6 +180,12 @@ QMap CountryPixmapGenerator::pmCache; * @param idName id that the tag has to match * @param attrValue the value to update the attribute to */ +static void setAttrRecur(QDomElement &elem, + const QString &tagName, + const QString &attrName, + const QString &idName, + const QString &attrValue); + void setAttrRecur(QDomElement &elem, const QString &tagName, const QString &attrName,