Home · All Classes · All Namespaces · Modules · Functions · Files
channel-class-features.h
1 
23 #ifndef _TelepathyQt_channel_class_features_h_HEADER_GUARD_
24 #define _TelepathyQt_channel_class_features_h_HEADER_GUARD_
25 
26 #ifndef IN_TP_QT_HEADER
27 #error IN_TP_QT_HEADER
28 #endif
29 
30 #include <TelepathyQt/ChannelClassSpec>
31 #include <TelepathyQt/Features>
32 
33 #include <QMetaType>
34 #include <QPair>
35 
36 namespace Tp
37 {
38 
39 typedef QPair<ChannelClassSpec, Features> ChannelClassFeatures;
40 
41 } // Tp
42 
43 Q_DECLARE_METATYPE(Tp::ChannelClassFeatures);
44 
45 #endif
QPair< ChannelClassSpec, Features > ChannelClassFeatures
Definition: channel-class-features.h:39


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.4