QXRD  0.11.16
qcepintegrateddata-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPINTEGRATEDDATAPTR_H
2 #define QCEPINTEGRATEDDATAPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QcepIntegratedData> QcepIntegratedDataPtr;
9 typedef QWeakPointer<QcepIntegratedData> QcepIntegratedDataWPtr;
10 
11 #endif // QCEPINTEGRATEDDATAPTR_H
12 
QSharedPointer< QcepIntegratedData > QcepIntegratedDataPtr
QWeakPointer< QcepIntegratedData > QcepIntegratedDataWPtr