From 72954fc541fb356571d213ca263eb8fa6a743004 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 12 Sep 2010 14:46:21 +0000 Subject: show time on profile dialog --- examples/GuiClient/profileDialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/GuiClient/profileDialog.h') diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h index 86b2bba5..79cd0577 100644 --- a/examples/GuiClient/profileDialog.h +++ b/examples/GuiClient/profileDialog.h @@ -10,6 +10,7 @@ namespace Ui { class QXmppClient; class QXmppVersionIq; +class QXmppEntityTimeIq; class profileDialog : public QDialog { @@ -27,6 +28,7 @@ public: private slots: void versionReceived(const QXmppVersionIq&); + void timeReceived(const QXmppEntityTimeIq&); private: void updateText(); @@ -36,6 +38,7 @@ private: QString m_bareJid; QXmppClient& m_xmppClient; // reference to the active QXmppClient (No ownership) QMap m_versions; + QMap m_time; }; #endif // PROFILEDIALOG_H -- cgit v1.2.3