fixed having the same chat open multiple times

This commit is contained in:
fourtf
2017-02-02 23:51:02 +01:00
parent c6c90d9f50
commit a92c3dc2a4
5 changed files with 29 additions and 25 deletions
-7
View File
@@ -46,12 +46,6 @@ public:
return name.isEmpty();
}
const QMutex &
getMessageMutex() const
{
return messageMutex;
}
const QString &
getName() const
{
@@ -125,7 +119,6 @@ private:
ConcurrentMap<QString, messages::LazyLoadedImage *> bttvChannelEmotes;
ConcurrentMap<QString, messages::LazyLoadedImage *> ffzChannelEmotes;
QMutex messageMutex;
QString subLink;
QString channelLink;