diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 10:30:03 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 10:30:03 +0000 |
| commit | 37d138f82abace4fc72caa71ffa82dd56ece689d (patch) | |
| tree | 1b663a31f9d52976891bf1f7cfab7ff0a79c957e /examples/GuiClient/mainDialog.cpp | |
| parent | 99cfed0132ccee589401554ebdb976f3ee18202b (diff) | |
| download | qxmpp-37d138f82abace4fc72caa71ffa82dd56ece689d.tar.gz | |
show disco details on profile dialog
Diffstat (limited to 'examples/GuiClient/mainDialog.cpp')
| -rw-r--r-- | examples/GuiClient/mainDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index 32ef899a..914ef3bf 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -491,7 +491,7 @@ void mainDialog::showProfile(const QString& bareJid) if(bareJid.isEmpty()) return; - profileDialog dlg(this, bareJid, m_xmppClient); + profileDialog dlg(this, bareJid, m_xmppClient, m_capabilitiesCollection); dlg.setBareJid(bareJid); // TODO use original image if(!m_vCardManager.getAvatar(bareJid).isNull()) |
