qpidctrl  0.7.1
qwatlowdevice-ptr.h
Go to the documentation of this file.
1 #ifndef QWATLOWDEVICEPTR_H
2 #define QWATLOWDEVICEPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QWatlowDevice> QWatlowDevicePtr;
9 typedef QWeakPointer<QWatlowDevice> QWatlowDeviceWPtr;
10 
11 #endif // QWATLOWDEVICEPTR_H
QWeakPointer< QWatlowDevice > QWatlowDeviceWPtr
QSharedPointer< QWatlowDevice > QWatlowDevicePtr