qpidctrl  0.7.1
qptc10device-ptr.h
Go to the documentation of this file.
1 #ifndef QPTC10DEVICEPTR_H
2 #define QPTC10DEVICEPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QPTC10Device> QPTC10DevicePtr;
9 typedef QWeakPointer<QPTC10Device> QPTC10DeviceWPtr;
10 
11 #endif // QPTC10DEVICEPTR_H
QWeakPointer< QPTC10Device > QPTC10DeviceWPtr
QSharedPointer< QPTC10Device > QPTC10DevicePtr