equal
deleted
inserted
replaced
28 #include "smfgroup.h" |
28 #include "smfgroup.h" |
29 |
29 |
30 class SmfProvider; //base-class for service provider |
30 class SmfProvider; //base-class for service provider |
31 class SmfContact; //class for Contact in a social network |
31 class SmfContact; //class for Contact in a social network |
32 class SmfGroup; //class for a group in social network |
32 class SmfGroup; //class for a group in social network |
33 class SmfContactFetcherPrivate; |
|
34 |
33 |
35 typedef QList<SmfContact> SmfContactList; |
34 typedef QList<SmfContact> SmfContactList; |
36 typedef QList<SmfGroup> SmfGroupList; |
35 typedef QList<SmfGroup> SmfGroupList; |
37 /** |
36 /** |
38 * @ingroup smf_client_group |
37 * @ingroup smf_client_group |