qpidctrl  0.7.1
qpidserialport.h
Go to the documentation of this file.
1 #ifndef QPIDSERIALPORT_H
2 #define QPIDSERIALPORT_H
3 
4 #include <QObject>
5 
6 class QPidSerialPort : public QObject
7 {
8  Q_OBJECT
9 public:
10  explicit QPidSerialPort(QObject *parent = 0);
11 
12 signals:
13 
14 public slots:
15 
16 };
17 
18 #endif // QPIDSERIALPORT_H
QPidSerialPort(QObject *parent=0)