summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-07-03 21:11:51 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-07-03 21:11:51 -0400
commitf1504eca15b25431cfc58d2f5805495e342aecf4 (patch)
tree33fd7b4f49351a4120db941a534cf3d707c5cb27 /components/channels.hpp
parent67c944f219003e8632a887d85a81d92b307ecdce (diff)
downloadabaddon-portaudio-f1504eca15b25431cfc58d2f5805495e342aecf4.tar.gz
abaddon-portaudio-f1504eca15b25431cfc58d2f5805495e342aecf4.zip
handle channel remove
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index 4907124..bbe0369 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -121,6 +121,7 @@ protected:
Gtk::TreeModel::iterator AddGuild(const GuildData &guild);
Gtk::TreeModel::iterator GetIteratorForGuildFromID(Snowflake id);
+ Gtk::TreeModel::iterator GetIteratorForChannelFromID(Snowflake id);
public:
typedef sigc::signal<void, Snowflake> type_signal_action_channel_item_select;