#include "../include/ChannelSidePanel.hpp" namespace dchat { void ChannelSidePanel::addChannel(Channel *channel) { channels.push_back(channel); } }