summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-17 11:05:23 (GMT)
committerCatalin Badea <catalin.badea392@gmail.com>2012-07-17 11:05:23 (GMT)
commit6d7c3ed028d080c1b8ea2c233c61435afcaacbb6 (patch)
tree6087da331955e40264fba4934623c2aa55bd5467 /Swift/QtUI/QtHistoryWindow.h
parentcc6459b1b5b4f8d7853623fe9d85817f0d14ca26 (diff)
downloadswift-contrib-6d7c3ed028d080c1b8ea2c233c61435afcaacbb6.zip
swift-contrib-6d7c3ed028d080c1b8ea2c233c61435afcaacbb6.tar.bz2
Added signal handlers in history window.
Diffstat (limited to 'Swift/QtUI/QtHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtHistoryWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtHistoryWindow.h b/Swift/QtUI/QtHistoryWindow.h
index f9d9a30..9a887bf 100644
--- a/Swift/QtUI/QtHistoryWindow.h
+++ b/Swift/QtUI/QtHistoryWindow.h
@@ -33,6 +33,8 @@ namespace Swift {
void handleScrollRequested(int pos);
void handleScrollReachedTop();
void handleScrollReachedBottom();
+ void handleReturnPressed();
+ void handleCalendarClicked(const QDate& date);
private:
void handleSomethingSelectedChanged(RosterItem* item);