23 #ifndef _TelepathyQt_object_h_HEADER_GUARD_
24 #define _TelepathyQt_object_h_HEADER_GUARD_
26 #ifndef IN_TP_QT_HEADER
27 #error IN_TP_QT_HEADER
30 #include <TelepathyQt/Global>
31 #include <TelepathyQt/RefCounted>
48 void propertyChanged(
const QString &propertyName);
53 void notify(
const char *propertyName);
57 friend struct Private;
Definition: abstract-adaptor.cpp:31
The Object class provides an object with property notification.
Definition: object.h:39
The RefCounted class is a base class for shared objects used by SharedPtr.
Definition: shared-ptr.h:42