QTfrontend/net/proto.h
branchqt5transition
changeset 12897 fc47fc4af6bd
parent 11046 47a8c19ecb60
equal deleted inserted replaced
12896:8869b5256720 12897:fc47fc4af6bd
    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