summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-08-19 02:05:26 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-08-19 02:05:26 -0400
commit0cd0260f2e4cfe11678cdac4f965c9abf64b3592 (patch)
tree505443c34c3a73b26863bdeca890eae8916d05a8 /components/channels.hpp
parent69404a97cdf759dcf56bc5b81ef0278080f64156 (diff)
downloadabaddon-portaudio-0cd0260f2e4cfe11678cdac4f965c9abf64b3592.tar.gz
abaddon-portaudio-0cd0260f2e4cfe11678cdac4f965c9abf64b3592.zip
disconnecting clears the channel listing
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 a4ad583..d15846d 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -12,6 +12,7 @@ public:
ChannelList();
Gtk::Widget *GetRoot() const;
void SetListingFromGuilds(const DiscordClient::Guilds_t &guilds);
+ void ClearListing();
void SetAbaddon(Abaddon *ptr);