diff options
author | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-19 09:04:58 (GMT) |
---|---|---|
committer | Cătălin Badea <catalin.badea392@gmail.com> | 2012-08-11 15:59:12 (GMT) |
commit | ca345562f5dee77024c661832eeaa9368737be2c (patch) | |
tree | 707c8bf3bab3e420f1652f194f8d7642f8beabcc /Swift/Controllers/UIInterfaces | |
parent | 3af84bc87419831e26a85321c1c970aecd18d2c7 (diff) | |
download | swift-contrib-ca345562f5dee77024c661832eeaa9368737be2c.zip swift-contrib-ca345562f5dee77024c661832eeaa9368737be2c.tar.bz2 |
Retrieve messages from last matching day
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/HistoryWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindow.h b/Swift/Controllers/UIInterfaces/HistoryWindow.h index cd232f1..d38d6df 100644 --- a/Swift/Controllers/UIInterfaces/HistoryWindow.h +++ b/Swift/Controllers/UIInterfaces/HistoryWindow.h @@ -19,5 +19,6 @@ namespace Swift { virtual void resetConversationView() = 0; boost::signal<void (RosterItem*)> onSelectedContactChanged; + boost::signal<void (const std::string&)> onReturnPressed; }; } |