qpidctrl  0.7.1
qpiddevicethread-ptr.h
Go to the documentation of this file.
1 #ifndef QPIDDEVICETHREADPTR_H
2 #define QPIDDEVICETHREADPTR_H
3 
4 #include <QSharedPointer>
5 
7 typedef QSharedPointer<QPidDeviceThread> QPidDeviceThreadPtr;
8 
9 #endif // QPIDDEVICETHREADPTR_H
QSharedPointer< QPidDeviceThread > QPidDeviceThreadPtr