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
@@ -1,4 +1,4 @@
#include "singletons/EmoteManager.hpp"
#include "singletons/Emotes.hpp"
#include "Application.hpp"
#include "controllers/accounts/AccountController.hpp"
@@ -1,4 +1,4 @@
#include "singletons/FontManager.hpp"
#include "singletons/Fonts.hpp"
#include <QDebug>
#include <QtGlobal>
@@ -1,9 +1,9 @@
#include "singletons/LoggingManager.hpp"
#include "singletons/Logging.hpp"
#include "Application.hpp"
#include "debug/Log.hpp"
#include "singletons/PathManager.hpp"
#include "singletons/SettingsManager.hpp"
#include "singletons/Paths.hpp"
#include "singletons/Settings.hpp"
#include <QDir>
#include <QStandardPaths>
@@ -1,8 +1,8 @@
#include "NativeMessagingManager.hpp"
#include "NativeMessaging.hpp"
#include "Application.hpp"
#include "providers/twitch/TwitchServer.hpp"
#include "singletons/PathManager.hpp"
#include "singletons/Paths.hpp"
#include "util/PostToThread.hpp"
#include <QCoreApplication>
@@ -1,4 +1,4 @@
#include "singletons/PathManager.hpp"
#include "singletons/Paths.hpp"
#include <QCoreApplication>
#include <QCryptographicHash>
@@ -1,4 +1,4 @@
#include "ResourceManager.hpp"
#include "Resources.hpp"
#include "common/UrlFetch.hpp"
#include <QIcon>
@@ -1,9 +1,9 @@
#include "singletons/SettingsManager.hpp"
#include "singletons/Settings.hpp"
#include "Application.hpp"
#include "debug/Log.hpp"
#include "singletons/PathManager.hpp"
#include "singletons/ResourceManager.hpp"
#include "singletons/Paths.hpp"
#include "singletons/Resources.hpp"
#include "singletons/WindowManager.hpp"
namespace chatterino {
@@ -1,6 +1,6 @@
#define LOOKUP_COLOR_COUNT 360
#include "ThemeManager.hpp"
#include "Themes.hpp"
#include <QColor>
@@ -1,4 +1,4 @@
#include "UpdateManager.hpp"
#include "Updates.hpp"
#include "common/NetworkRequest.hpp"
#include "common/Version.hpp"
+3 -3
View File
@@ -4,9 +4,9 @@
#include "debug/AssertInGuiThread.hpp"
#include "debug/Log.hpp"
#include "providers/twitch/TwitchServer.hpp"
#include "singletons/FontManager.hpp"
#include "singletons/PathManager.hpp"
#include "singletons/ThemeManager.hpp"
#include "singletons/Fonts.hpp"
#include "singletons/Paths.hpp"
#include "singletons/Themes.hpp"
#include "util/Clamp.hpp"
#include "widgets/AccountSwitchPopupWidget.hpp"
#include "widgets/dialogs/SettingsDialog.hpp"
+1 -1
View File
@@ -1,6 +1,6 @@
#include "singletons/helper/ChatterinoSetting.hpp"
#include "singletons/SettingsManager.hpp"
#include "singletons/Settings.hpp"
namespace chatterino {
+1 -1
View File
@@ -1,7 +1,7 @@
#include "singletons/helper/GifTimer.hpp"
#include "Application.hpp"
#include "singletons/SettingsManager.hpp"
#include "singletons/Settings.hpp"
#include "singletons/WindowManager.hpp"
namespace chatterino {
+2 -2
View File
@@ -2,8 +2,8 @@
#include "Application.hpp"
#include "debug/Log.hpp"
#include "singletons/PathManager.hpp"
#include "singletons/SettingsManager.hpp"
#include "singletons/Paths.hpp"
#include "singletons/Settings.hpp"
#include <QDir>