summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-03-23 08:25:32 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-03-23 08:25:32 (GMT)
commitfc5c7de3221610446e35b01a47756fa833b526e4 (patch)
tree1212472dfe9e2062df7522e93e883497fc0618ed /Swift/QtUI/EventViewer/QtEventWindow.h
parentc1c973e8afe9826f82cc0bcda6e855aa76eeeabc (diff)
downloadswift-fc5c7de3221610446e35b01a47756fa833b526e4.zip
swift-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.h2
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: