qpidctrl  0.7.1
qeurothermdevice-ptr.h
Go to the documentation of this file.
1 #ifndef QEUROTHERMDEVICEPTR_H
2 #define QEUROTHERMDEVICEPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QEurothermDevice> QEurothermDevicePtr;
9 typedef QWeakPointer<QEurothermDevice> QEurothermDeviceWPtr;
10 
11 #endif // QEUROTHERMDEVICEPTR_H
QSharedPointer< QEurothermDevice > QEurothermDevicePtr
QWeakPointer< QEurothermDevice > QEurothermDeviceWPtr