QXRD  0.11.16
qxrdcalibrant-ptr.h
Go to the documentation of this file.
1 #ifndef QXRDCALIBRANTPTR_H
2 #define QXRDCALIBRANTPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QxrdCalibrant> QxrdCalibrantPtr;
9 typedef QWeakPointer<QxrdCalibrant> QxrdCalibrantWPtr;
10 
11 #endif // QXRDCALIBRANTPTR_H
12 
QWeakPointer< QxrdCalibrant > QxrdCalibrantWPtr
QSharedPointer< QxrdCalibrant > QxrdCalibrantPtr