renamed *Manager classes

This commit is contained in:
fourtf
2018-06-28 19:51:07 +02:00
parent 2df142bd50
commit 8ced5a1e25
30 changed files with 131 additions and 131 deletions
+2 -2
View File
@@ -12,12 +12,12 @@
namespace chatterino {
void LoggingManager::initialize()
void Logging::initialize()
{
this->pathManager = getApp()->paths;
}
void LoggingManager::addMessage(const QString &channelName, MessagePtr message)
void Logging::addMessage(const QString &channelName, MessagePtr message)
{
auto app = getApp();