From 0cd0260f2e4cfe11678cdac4f965c9abf64b3592 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 19 Aug 2020 02:05:26 -0400 Subject: disconnecting clears the channel listing --- components/channels.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/channels.hpp') 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); -- cgit v1.2.3