mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
XML fix
This commit is contained in:
parent
e51aa20420
commit
207d10d3e2
9 changed files with 73 additions and 70 deletions
|
|
@ -58,11 +58,10 @@ signals:
|
|||
private:
|
||||
ProtocolItem *currentItem;
|
||||
bool readCurrentItem(QXmlStreamReader *xml);
|
||||
protected:
|
||||
void readElement(QXmlStreamReader *xml);
|
||||
void writeElement(QXmlStreamWriter *xml);
|
||||
public:
|
||||
TopLevelProtocolItem();
|
||||
bool readElement(QXmlStreamReader *xml);
|
||||
void writeElement(QXmlStreamWriter *xml);
|
||||
};
|
||||
|
||||
// ----------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue