Add declaration for setAttrRecur (#5734)

This commit is contained in:
Basile Clement 2025-03-17 00:02:31 +01:00 committed by GitHub
parent 6b4ae8308a
commit 57a8960841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,