QXRD  0.11.16
qcepplotsettings-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPPLOTSETTINGSPTR_H
2 #define QCEPPLOTSETTINGSPTR_H
3 
4 #include <QSharedPointer>
5 
7 
8 typedef QSharedPointer<QcepPlotSettings> QcepPlotSettingsPtr;
9 typedef QWeakPointer<QcepPlotSettings> QcepPlotSettingsWPtr;
10 
11 #endif // QCEPPLOTSETTINGSPTR_H
12 
QWeakPointer< QcepPlotSettings > QcepPlotSettingsWPtr
QSharedPointer< QcepPlotSettings > QcepPlotSettingsPtr