refactored windowmanager

This commit is contained in:
fourtf
2017-04-13 19:25:33 +02:00
parent 11fed12be1
commit d96c4a5c91
8 changed files with 59 additions and 50 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ void Channel::addMessage(std::shared_ptr<Message> message)
this->messageAppended(message);
WindowManager::repaintVisibleChatWidgets(this);
WindowManager::getInstance().repaintVisibleChatWidgets(this);
}
// private methods