25 #ifndef AUTHORIZATIONDIALOG_H
26 #define AUTHORIZATIONDIALOG_H
36 namespace Authorization
47 : QEvent(eventType()), m_contact(contact), m_body(body) {}
49 QString
body()
const {
return m_body; }
69 : QEvent(eventType()), m_type(type), m_contact(contact), m_body(body) {}
71 QString
body()
const {
return m_body; }
89 #endif // AUTHORIZATIONDIALOG_H
Contact * contact() const
Definition: authorizationdialog.h:48
Q_DECL_IMPORT QObject * service()
#define LIBQUTIM_EXPORT
Definition: libqutim_global.h:45
void setType(Type type)
Definition: authorizationdialog.h:73
Definition: authorizationdialog.h:64
Type
Definition: settingslayer.h:50
Definition: authorizationdialog.h:63
Definition: abstractsearchrequest.h:33
Definition: authorizationdialog.h:65
Definition: authorizationdialog.h:62
Definition: authorizationdialog.h:58
QString body() const
Definition: authorizationdialog.h:49
Type replyType() const
Definition: authorizationdialog.h:72
QString body() const
Definition: authorizationdialog.h:71
Send AuthorizationRequest to.
Definition: authorizationdialog.h:43
Reply(Type type, Contact *contact, const QString &body=QString())
Definition: authorizationdialog.h:68
Request(Contact *contact, const QString &body=QString())
Definition: authorizationdialog.h:46
Contact * contact() const
Definition: authorizationdialog.h:70
Type
Definition: authorizationdialog.h:61