refactored Channel

This commit is contained in:
fourtf
2018-07-06 17:30:12 +02:00
parent b639604a47
commit aa3df2e6d8
14 changed files with 55 additions and 59 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ void SplitHeader::updateChannelText()
QString title = channel->name;
if (indirectChannel.getType() == Channel::TwitchWatching) {
if (indirectChannel.getType() == Channel::Type::TwitchWatching) {
title = "watching: " + (title.isEmpty() ? "none" : title);
}