summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-08 11:07:28 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-08 11:07:28 (GMT)
commitd7fb4678b37a80f615755609648aad8dcef6ac00 (patch)
tree18be76ead67c3856a69e9041d4072fb8d1215dea /Swift/QtUI/ContextMenus/QtRosterContextMenu.h
parent874ed4f42dd29fc2b8e7b905072e6a1b9a26582c (diff)
downloadswift-d7fb4678b37a80f615755609648aad8dcef6ac00.zip
swift-d7fb4678b37a80f615755609648aad8dcef6ac00.tar.bz2
Rename groups.
Resolves: #577 Release-Notes: Roster groups can now be renamed.
Diffstat (limited to 'Swift/QtUI/ContextMenus/QtRosterContextMenu.h')
-rw-r--r--Swift/QtUI/ContextMenus/QtRosterContextMenu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/ContextMenus/QtRosterContextMenu.h b/Swift/QtUI/ContextMenus/QtRosterContextMenu.h
index f2c7e1f..53f4bdd 100644
--- a/Swift/QtUI/ContextMenus/QtRosterContextMenu.h
+++ b/Swift/QtUI/ContextMenus/QtRosterContextMenu.h
@@ -23,6 +23,7 @@ namespace Swift {
private slots:
void handleRemoveContact();
void handleRenameContact();
+ void handleRenameGroup();
void handleRegroupContact();
private: