summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-09-24 16:58:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-09-24 16:58:30 (GMT)
commit245185ca3133fd496b90c5c9973713e8aa02f0ef (patch)
treed67354fa0f96f78bfcf6ec9969b436e9f29ee234 /Swift/QtUI/ContextMenus/QtRosterContextMenu.h
parentecc4dc5633b6d3b46ff2ef24d7d976172b9c01ae (diff)
downloadswift-245185ca3133fd496b90c5c9973713e8aa02f0ef.zip
swift-245185ca3133fd496b90c5c9973713e8aa02f0ef.tar.bz2
Rename contacts in the QtUI.
Resolves: #575
Diffstat (limited to 'Swift/QtUI/ContextMenus/QtRosterContextMenu.h')
-rw-r--r--Swift/QtUI/ContextMenus/QtRosterContextMenu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/ContextMenus/QtRosterContextMenu.h b/Swift/QtUI/ContextMenus/QtRosterContextMenu.h
index 51556e4..44f3314 100644
--- a/Swift/QtUI/ContextMenus/QtRosterContextMenu.h
+++ b/Swift/QtUI/ContextMenus/QtRosterContextMenu.h
@@ -20,7 +20,8 @@ namespace Swift {
void show(RosterItem* item);
private slots:
- void handleRemove();
+ void handleRemoveContact();
+ void handleRenameContact();
private:
RosterItem* item_;