diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index 3a33925..f98cafb 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -131,6 +131,8 @@ protected: bool IsTextChannel(ChannelType type); + void OnRowExpanded(const Gtk::TreeModel::iterator &iter, const Gtk::TreeModel::Path &path); + public: typedef sigc::signal<void, Snowflake> type_signal_action_channel_item_select; typedef sigc::signal<void, Snowflake> type_signal_action_guild_leave; |