summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-07-20 14:03:04 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:59:12 (GMT)
commit6613b634fd8175ce6e48bfa958b0f1a4e525303d (patch)
tree6e76ebbfc236665ba4c4e53f2f41695cd97888ef /Swift/QtUI/QtHistoryWindow.h
parent9ba2c6898b9bfa03f6e4b865966bb8f501f99735 (diff)
downloadswift-contrib-6613b634fd8175ce6e48bfa958b0f1a4e525303d.zip
swift-contrib-6613b634fd8175ce6e48bfa958b0f1a4e525303d.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);