QTfrontend/net/proto.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 12902 fc47fc4af6bd
equal deleted inserted replaced
13416:6e8b807bda4b 13418:ba39a1d396c0
    20 #define _PROTO_H
    20 #define _PROTO_H
    21 
    21 
    22 #include <QByteArray>
    22 #include <QByteArray>
    23 #include <QString>
    23 #include <QString>
    24 #include <QStringList>
    24 #include <QStringList>
    25 
    25 #include <QObject>
    26 
    26 
    27 class HWProto : public QObject
    27 class HWProto : public QObject
    28 {
    28 {
    29         Q_OBJECT
    29         Q_OBJECT
    30 
    30