Tabs now highlight when a highlight is received

Work on #88
This commit is contained in:
Rasmus Karlsson
2017-12-26 12:32:24 +01:00
parent 7a8cc91eec
commit 13b39e374b
8 changed files with 29 additions and 6 deletions
+5
View File
@@ -53,6 +53,11 @@ public:
pajlada::Settings::Setting<std::string> channelName;
boost::signals2::signal<void()> channelChanged;
ChannelView &getChannelView()
{
return this->view;
}
const std::string &getUUID() const;
std::shared_ptr<Channel> getChannel() const;
std::shared_ptr<Channel> &getChannelRef();