QXRD  0.11.16
qxrdcalibrantlibrary-ptr.h
Go to the documentation of this file.
1 #ifndef QXRDCALIBRANTLIBRARYPTR_H
2 #define QXRDCALIBRANTLIBRARYPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QxrdCalibrantLibrary> QxrdCalibrantLibraryPtr;
9 typedef QWeakPointer<QxrdCalibrantLibrary> QxrdCalibrantLibraryWPtr;
10 
11 #endif // QXRDCALIBRANTLIBRARYPTR_H
12 
QSharedPointer< QxrdCalibrantLibrary > QxrdCalibrantLibraryPtr
QWeakPointer< QxrdCalibrantLibrary > QxrdCalibrantLibraryWPtr