mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
response codes
This commit is contained in:
parent
3461b60183
commit
bd2855cb95
7 changed files with 186 additions and 92 deletions
|
|
@ -8,7 +8,7 @@
|
|||
class QTextEdit;
|
||||
class QPushButton;
|
||||
class QBuffer;
|
||||
class Command;
|
||||
class ProtocolItem;
|
||||
|
||||
class Widget : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
|
@ -19,7 +19,7 @@ private:
|
|||
QXmlStreamReader xmlReader;
|
||||
QXmlStreamWriter xmlWriter;
|
||||
|
||||
Command *currentCommand;
|
||||
ProtocolItem *currentItem;
|
||||
bool readCurrentCommand();
|
||||
void parseBuffer();
|
||||
void parseXml();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue