QXRD  0.11.16
qxrdsimpleserverthread-ptr.h
Go to the documentation of this file.
1 #ifndef QXRDSIMPLESERVERTHREAD_PTR_H
2 #define QXRDSIMPLESERVERTHREAD_PTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QxrdSimpleServerThread> QxrdSimpleServerThreadPtr;
9 typedef QWeakPointer<QxrdSimpleServerThread> QxrdSimpleServerThreadWPtr;
10 
11 #endif // QXRDSIMPLESERVERTHREAD_PTR_H
QWeakPointer< QxrdSimpleServerThread > QxrdSimpleServerThreadWPtr
QSharedPointer< QxrdSimpleServerThread > QxrdSimpleServerThreadPtr