diff options
| author | Kevin Smith <git@kismith.co.uk> | 2010-03-23 08:25:32 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2010-03-23 08:25:32 (GMT) | 
| commit | fc5c7de3221610446e35b01a47756fa833b526e4 (patch) | |
| tree | 1212472dfe9e2062df7522e93e883497fc0618ed /Swift/QtUI/EventViewer/QtEventWindow.h | |
| parent | c1c973e8afe9826f82cc0bcda6e855aa76eeeabc (diff) | |
| download | swift-contrib-fc5c7de3221610446e35b01a47756fa833b526e4.zip swift-contrib-fc5c7de3221610446e35b01a47756fa833b526e4.tar.bz2 | |
Show EventWindow activity in roster tab.
Resolves: #295
Diffstat (limited to 'Swift/QtUI/EventViewer/QtEventWindow.h')
| -rw-r--r-- | Swift/QtUI/EventViewer/QtEventWindow.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Swift/QtUI/EventViewer/QtEventWindow.h b/Swift/QtUI/EventViewer/QtEventWindow.h index 283ba52..17ff019 100644 --- a/Swift/QtUI/EventViewer/QtEventWindow.h +++ b/Swift/QtUI/EventViewer/QtEventWindow.h @@ -18,6 +18,8 @@ namespace Swift {  			~QtEventWindow();  			void addEvent(boost::shared_ptr<StanzaEvent> event, bool active);  			void removeEvent(boost::shared_ptr<StanzaEvent> event); +		signals: +			void onNewEventCountUpdated(int count);  		private slots:  			void handleItemActivated(const QModelIndex& item);  		private: | 
 Swift
 Swift