39 typedef QPair<LocalizedString, QVariant>
InfoField;
49 Q_PROPERTY(QStringList tags READ tags WRITE setTags NOTIFY tagsChanged)
50 Q_PROPERTY(
bool inList READ isInList WRITE setInList NOTIFY inListChanged)
68 virtual QStringList tags() const;
74 virtual
void setTags(const QStringList &tags) = 0;
80 virtual
bool isInList() const = 0;
86 virtual
void setInList(
bool inList) = 0;
90 void addToList() { setInList(
true); }
99 void tagsChanged(
const QStringList ¤t,
const QStringList &previous);
100 void inListChanged(
bool inList);
108 Q_CLASSINFO(
"Service",
"ContactComparator")
QPair< LocalizedString, QVariant > InfoField
Definition: contact.h:37
#define LIBQUTIM_EXPORT
Definition: libqutim_global.h:45
Definition: abstractsearchrequest.h:33
Account is base class for all account entites.
Definition: account.h:66
QList< InfoField > InfoFieldList
Definition: contact.h:40
Q_DECLARE_METATYPE(qutim_sdk_0_3::ExtensionIcon)
ChatUnit is base class for all chat members.
Definition: chatunit.h:57