diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 16:13:34 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 16:13:34 +0000 |
| commit | 5b40afd38360f285d917ffa4e35fa1ec24556c62 (patch) | |
| tree | 18b40926e4f17de0d19d9ee41a50cbea50b3fd49 /examples/GuiClient/customListView.cpp | |
| parent | 740343ca5bd92532eb77df67211733db53447a3d (diff) | |
| download | qxmpp-5b40afd38360f285d917ffa4e35fa1ec24556c62.tar.gz | |
add menu pick for removing a contact
Diffstat (limited to 'examples/GuiClient/customListView.cpp')
| -rw-r--r-- | examples/GuiClient/customListView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/customListView.cpp b/examples/GuiClient/customListView.cpp index 37c6e056..8e64ea01 100644 --- a/examples/GuiClient/customListView.cpp +++ b/examples/GuiClient/customListView.cpp @@ -67,6 +67,7 @@ void customListView::mousePressed(const QModelIndex& index) menu.addAction(&m_chat); menu.setDefaultAction(&m_chat); menu.addAction(&m_profile); + menu.addAction(&m_removeContact); menu.exec(QCursor::pos()); } } |
