QXRD  0.11.16
qxrddistortioncorrection-ptr.h
Go to the documentation of this file.
1 #ifndef QXRDDISTORTIONCORRECTION_PTR_H
2 #define QXRDDISTORTIONCORRECTION_PTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QxrdDistortionCorrection> QxrdDistortionCorrectionPtr;
9 typedef QWeakPointer<QxrdDistortionCorrection> QxrdDistortionCorrectionWPtr;
10 
11 #endif // QXRDDISTORTIONCORRECTION_PTR_H
QWeakPointer< QxrdDistortionCorrection > QxrdDistortionCorrectionWPtr
QSharedPointer< QxrdDistortionCorrection > QxrdDistortionCorrectionPtr