mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Add declaration for setAttrRecur
This commit is contained in:
parent
c99afe7956
commit
a378030c43
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