mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
Add declaration for setAttrRecur (#5734)
This commit is contained in:
parent
6b4ae8308a
commit
57a8960841
1 changed files with 6 additions and 0 deletions
|
|
@ -180,6 +180,12 @@ QMap<QString, QPixmap> CountryPixmapGenerator::pmCache;
|
||||||
* @param idName id that the tag has to match
|
* @param idName id that the tag has to match
|
||||||
* @param attrValue the value to update the attribute to
|
* @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,
|
void setAttrRecur(QDomElement &elem,
|
||||||
const QString &tagName,
|
const QString &tagName,
|
||||||
const QString &attrName,
|
const QString &attrName,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue