QXRD  0.11.16
qcepscriptengine-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPSCRIPTENGINEPTR_H
2 #define QCEPSCRIPTENGINEPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QcepScriptEngine> QcepScriptEnginePtr;
9 typedef QWeakPointer<QcepScriptEngine> QcepScriptEngineWPtr;
10 
11 #endif // QCEPSCRIPTENGINEPTR_H
12 
QSharedPointer< QcepScriptEngine > QcepScriptEnginePtr
QWeakPointer< QcepScriptEngine > QcepScriptEngineWPtr