Added automatic streamer mode detection to Linux (#2316)

This commit is contained in:
Paweł
2021-01-09 22:14:25 +01:00
committed by GitHub
parent b3e01a40d7
commit fca62f7c1d
7 changed files with 104 additions and 47 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ void AbstractIrcServer::open(ConnectionType type)
}
}
void AbstractIrcServer::addGlobalSystemMessage(QString messageText)
void AbstractIrcServer::addGlobalSystemMessage(const QString &messageText)
{
std::lock_guard<std::mutex> lock(this->channelMutex);