diff options
Diffstat (limited to 'Swift/Controllers/UIInterfaces/HistoryWindow.h')
| -rw-r--r-- | Swift/Controllers/UIInterfaces/HistoryWindow.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindow.h b/Swift/Controllers/UIInterfaces/HistoryWindow.h index 03f4886..cb8225b 100644 --- a/Swift/Controllers/UIInterfaces/HistoryWindow.h +++ b/Swift/Controllers/UIInterfaces/HistoryWindow.h @@ -23,5 +23,7 @@ namespace Swift {  			boost::signal<void (const std::string&)> onReturnPressed;  			boost::signal<void (const boost::gregorian::date&)> onScrollReachedTop;  			boost::signal<void (const boost::gregorian::date&)> onScrollReachedBottom; +			boost::signal<void ()> onPreviousButtonClicked(); +			boost::signal<void ()> onNextButtonClicked();  	};  }  | 
 Swift