QXRD  0.11.16
qcepobject-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPOBJECTPTR_H
2 #define QCEPOBJECTPTR_H
3 
4 #include <QSharedPointer>
5 
6 class QcepObject;
7 
8 typedef QSharedPointer<QcepObject> QcepObjectPtr;
9 typedef QWeakPointer<QcepObject> QcepObjectWPtr;
10 
11 #endif // QCEPOBJECTPTR_H
12 
QWeakPointer< QcepObject > QcepObjectWPtr
Definition: qcepobject-ptr.h:9
QSharedPointer< QcepObject > QcepObjectPtr
Definition: qcepobject-ptr.h:6