summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-20 14:03:04 (GMT)
committerCatalin Badea <catalin.badea392@gmail.com>2012-07-20 14:03:04 (GMT)
commit36377ac0e0443de02d2a0d24bbe8632f12d211cd (patch)
tree44320158b0f7c7aa8216464061b57e2894818679 /Swift/QtUI/QtHistoryWindow.h
parent5dae00214a546fd78c40cf49d3d6da1e41cca405 (diff)
downloadswift-contrib-36377ac0e0443de02d2a0d24bbe8632f12d211cd.zip
swift-contrib-36377ac0e0443de02d2a0d24bbe8632f12d211cd.tar.bz2
add previous/next button callbacks
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 721b4da..cfd558a 100644
--- a/Swift/QtUI/QtHistoryWindow.h
+++ b/Swift/QtUI/QtHistoryWindow.h
@@ -36,6 +36,8 @@ namespace Swift {
void handleScrollReachedBottom();
void handleReturnPressed();
void handleCalendarClicked(const QDate& date);
+ void handlePreviousButtonClicked();
+ void handleNextButtonClicked();
private:
void handleSomethingSelectedChanged(RosterItem* item);