diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-10-08 11:07:28 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-10-08 11:07:28 (GMT) |
commit | d7fb4678b37a80f615755609648aad8dcef6ac00 (patch) | |
tree | 18be76ead67c3856a69e9041d4072fb8d1215dea /Swift/QtUI/ContextMenus/QtRosterContextMenu.h | |
parent | 874ed4f42dd29fc2b8e7b905072e6a1b9a26582c (diff) | |
download | swift-contrib-d7fb4678b37a80f615755609648aad8dcef6ac00.zip swift-contrib-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.h | 1 |
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: |