mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
XML fix
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
// ----------------
|
||||
|
||||
Reference in New Issue
Block a user