00001
00023 #ifndef _TelepathyQt_channel_class_features_h_HEADER_GUARD_
00024 #define _TelepathyQt_channel_class_features_h_HEADER_GUARD_
00025
00026 #ifndef IN_TP_QT_HEADER
00027 #error IN_TP_QT_HEADER
00028 #endif
00029
00030 #include <TelepathyQt/ChannelClassSpec>
00031 #include <TelepathyQt/Features>
00032
00033 #include <QMetaType>
00034 #include <QPair>
00035
00036 namespace Tp
00037 {
00038
00039 typedef QPair<ChannelClassSpec, Features> ChannelClassFeatures;
00040
00041 }
00042
00043 Q_DECLARE_METATYPE(Tp::ChannelClassFeatures);
00044
00045 #endif