diff options
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()) |
