From 500cc1a187335502df0c4b2772033ede627605dd Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 9 Sep 2010 09:31:45 +0000 Subject: prepare for profileDialog --- examples/GuiClient/customListView.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/GuiClient/customListView.cpp') 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) -- cgit v1.2.3