Crossfire Server, Trunk
|
#include <QObject>
#include <QMetaType>
Go to the source code of this file.
Data Structures | |
class | CREReportDefinitionManager |
Functions | |
QDataStream & | operator<< (QDataStream &out, const CREReportDefinitionManager &manager) |
QDataStream & | operator>> (QDataStream &in, CREReportDefinitionManager &manager) |
Q_DECLARE_METATYPE (CREReportDefinitionManager) | |
QDataStream& operator<< | ( | QDataStream & | out, |
const CREReportDefinitionManager & | manager | ||
) |
Definition at line 52 of file CREReportDefinitionManager.cpp.
References manager, and make_face_from_files::out.
QDataStream& operator>> | ( | QDataStream & | in, |
CREReportDefinitionManager & | manager | ||
) |
Definition at line 60 of file CREReportDefinitionManager.cpp.
References manager.
Q_DECLARE_METATYPE | ( | CREReportDefinitionManager | ) |