Add declaration for setAttrRecur

This commit is contained in:
Basile Clément 2025-03-16 09:43:12 +01:00
parent c99afe7956
commit a378030c43
No known key found for this signature in database

View file

@ -180,6 +180,12 @@ QMap<QString, QPixmap> 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,