renamed *Manager files

This commit is contained in:
fourtf
2018-06-28 19:46:45 +02:00
parent 5604ae6a67
commit 2df142bd50
80 changed files with 125 additions and 125 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
#include "Application.hpp"
#include "debug/Log.hpp"
#include "messages/Message.hpp"
#include "singletons/EmoteManager.hpp"
#include "singletons/Emotes.hpp"
#include "singletons/IrcManager.hpp"
#include "singletons/LoggingManager.hpp"
#include "singletons/Logging.hpp"
#include "singletons/WindowManager.hpp"
#include <QJsonArray>
+1 -1
View File
@@ -4,7 +4,7 @@
#include "common/Common.hpp"
#include "controllers/commands/CommandController.hpp"
#include "debug/Log.hpp"
#include "singletons/EmoteManager.hpp"
#include "singletons/Emotes.hpp"
#include <QtAlgorithms>
+1 -1
View File
@@ -1,7 +1,7 @@
#include "Emotemap.hpp"
#include "Application.hpp"
#include "singletons/SettingsManager.hpp"
#include "singletons/Settings.hpp"
namespace chatterino {
+1 -1
View File
@@ -4,7 +4,7 @@
#include "common/NetworkManager.hpp"
#include "common/NetworkRequester.hpp"
#include "common/NetworkWorker.hpp"
#include "singletons/PathManager.hpp"
#include "singletons/Paths.hpp"
#include <rapidjson/document.h>
#include <rapidjson/error/en.h>