change around variables names to make things a bit more clear

This commit is contained in:
Rasmus Karlsson
2018-03-05 22:49:19 +01:00
parent ab42a30108
commit ad12a818b2
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ CompletionModel::CompletionModel(const QString &_channelName)
void CompletionModel::refresh()
{
// debug::Log("[CompletionModel:{}] Refreshing...]", this->channelName);
debug::Log("[CompletionModel:{}] Refreshing...]", this->channelName);
auto &emoteManager = singletons::EmoteManager::getInstance();