QXRD  0.11.16
qxrddataprocessor-ptr.h
Go to the documentation of this file.
1 #ifndef QXRDDATAPROCESSOR_PTR_H
2 #define QXRDDATAPROCESSOR_PTR_H
3 
4 #include <QSharedPointer>
5 
7 typedef QSharedPointer<QxrdDataProcessor> QxrdDataProcessorPtr;
8 typedef QWeakPointer<QxrdDataProcessor> QxrdDataProcessorWPtr;
9 
10 #endif
QWeakPointer< QxrdDataProcessor > QxrdDataProcessorWPtr
QSharedPointer< QxrdDataProcessor > QxrdDataProcessorPtr