diff options
| author | Kevin Smith <git@kismith.co.uk> | 2011-09-27 08:04:45 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2011-09-27 08:14:43 (GMT) | 
| commit | 24e53876500f0f5497a84b239d9350676e95751a (patch) | |
| tree | 2d43b81f6b1619e1f51ac0a591c14d7eafdfc396 /Swift/Controllers/UIInterfaces | |
| parent | 694cc7318b92aed079badb3cc22428ab108591cf (diff) | |
| download | swift-24e53876500f0f5497a84b239d9350676e95751a.zip swift-24e53876500f0f5497a84b239d9350676e95751a.tar.bz2 | |
Add support for clearing chat recents.
Resolves: #1001
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
| -rw-r--r-- | Swift/Controllers/UIInterfaces/ChatListWindow.h | 1 | ||||
| -rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/Swift/Controllers/UIInterfaces/ChatListWindow.h b/Swift/Controllers/UIInterfaces/ChatListWindow.h index 85700cb..d047f8c 100644 --- a/Swift/Controllers/UIInterfaces/ChatListWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatListWindow.h @@ -55,5 +55,6 @@ namespace Swift {  			boost::signal<void (const MUCBookmark&)> onMUCBookmarkActivated;  			boost::signal<void (const Chat&)> onRecentActivated; +			boost::signal<void ()> onClearRecentsRequested;  	};  } diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index 39fb7f8..7004324 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -97,6 +97,7 @@ namespace Swift {  			boost::signal<void (ContactRosterItem*)> onOccupantSelectionChanged;  			boost::signal<void (ChatWindow::OccupantAction, ContactRosterItem*)> onOccupantActionSelected;  			boost::signal<void (const std::string&)> onChangeSubjectRequest; +			boost::signal<void ()> onConfigureRequest;  			// File transfer related  			boost::signal<void (std::string /* id */)> onFileTransferCancel; | 
 Swift
 Swift