diff options
Diffstat (limited to 'Swift/Controllers/Chat/Chattables.h')
-rw-r--r-- | Swift/Controllers/Chat/Chattables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/Controllers/Chat/Chattables.h b/Swift/Controllers/Chat/Chattables.h index c5c7b85..c115fb3 100644 --- a/Swift/Controllers/Chat/Chattables.h +++ b/Swift/Controllers/Chat/Chattables.h @@ -36,5 +36,5 @@ class Chattables { - boost::signals2::signal<void (const JID&)> onAdded; - boost::signals2::signal<void (const JID&)> onRemoved; - boost::signals2::signal<void (const JID&)> onChanged; + boost::signals2::signal<void (int)> onBeginAdd; + boost::signals2::signal<void ()> onAdded; + boost::signals2::signal<void (const JID&, int)> onChanged; /// The UI has activated a chattable item (e.g. clicked in the roster) |