diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 09:31:45 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 09:31:45 +0000 |
| commit | 500cc1a187335502df0c4b2772033ede627605dd (patch) | |
| tree | ea988f32a347c74e2d87c33b1eeaaa1aca8e5b1f /examples/GuiClient/customListView.cpp | |
| parent | 821bc195035273682be37d91a19fcd4d33169a62 (diff) | |
| download | qxmpp-500cc1a187335502df0c4b2772033ede627605dd.tar.gz | |
prepare for profileDialog
Diffstat (limited to 'examples/GuiClient/customListView.cpp')
| -rw-r--r-- | examples/GuiClient/customListView.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/GuiClient/customListView.cpp b/examples/GuiClient/customListView.cpp index e1a99a00..825402d3 100644 --- a/examples/GuiClient/customListView.cpp +++ b/examples/GuiClient/customListView.cpp @@ -42,6 +42,10 @@ customListView::customListView(QWidget* parent):QListView(parent), m_chat("Chat" check = connect(&m_chat, SIGNAL(triggered()), this,
SLOT(showChatDialog_helper()));
Q_ASSERT(check);
+
+ check = connect(&m_profile, SIGNAL(triggered()), this,
+ SLOT(showProfile_helper()));
+ Q_ASSERT(check);
}
bool customListView::event(QEvent* e)
|
