aboutsummaryrefslogtreecommitdiff
path: root/include/ChannelSidePanel.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-28 15:31:27 +0200
committerdec05eba <dec05eba@protonmail.com>2018-04-28 15:31:33 +0200
commit9d84d5d8e7f61a02c01eef021ea5e8b2f49dcf8f (patch)
treec680f1d77e09d8333299d4098b0093240e138f91 /include/ChannelSidePanel.hpp
parent3b03f87070d91f63f0dc3c7152723727781dcccf (diff)
Connect channels to database, currently only locally
Diffstat (limited to 'include/ChannelSidePanel.hpp')
-rw-r--r--include/ChannelSidePanel.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ChannelSidePanel.hpp b/include/ChannelSidePanel.hpp
index c1ed5d6..9cee907 100644
--- a/include/ChannelSidePanel.hpp
+++ b/include/ChannelSidePanel.hpp
@@ -10,6 +10,8 @@ namespace dchat
{
public:
static void addChannel(Channel *channel);
+ static void removeAllChannels();
+
static void draw(sf::RenderWindow &window);
static float getWidth();
};