response codes

This commit is contained in:
Max-Wilhelm Bruker 2009-10-26 17:05:08 +01:00
parent 3461b60183
commit bd2855cb95
7 changed files with 186 additions and 92 deletions

View file

@ -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();