qpidctrl  0.7.1
qpiddevicecommandqueue.h
Go to the documentation of this file.
1 #ifndef QPIDDEVICECOMMANDQUEUE_H
2 #define QPIDDEVICECOMMANDQUEUE_H
3 
4 #include <QQueue>
5 #include "qpiddevicecommand.h"
6 
7 class QPidDeviceCommandQueue : public QQueue<QPidDeviceCommandPtr>
8 {
9 public:
10  explicit QPidDeviceCommandQueue();
11 };
12 
13 #endif // QPIDDEVICECOMMANDQUEUE_H