rename #3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "singletons/helper/chatterinosetting.hpp"
|
||||
#include "singletons/helper/ChatterinoSetting.hpp"
|
||||
|
||||
#include "singletons/settingsmanager.hpp"
|
||||
#include "singletons/SettingsManager.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "singletons/helper/giftimer.hpp"
|
||||
#include "singletons/helper/GifTimer.hpp"
|
||||
|
||||
#include "application.hpp"
|
||||
#include "singletons/settingsmanager.hpp"
|
||||
#include "singletons/windowmanager.hpp"
|
||||
#include "Application.hpp"
|
||||
#include "singletons/SettingsManager.hpp"
|
||||
#include "singletons/WindowManager.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include "loggingchannel.hpp"
|
||||
#include "LoggingChannel.hpp"
|
||||
|
||||
#include "application.hpp"
|
||||
#include "debug/log.hpp"
|
||||
#include "singletons/pathmanager.hpp"
|
||||
#include "singletons/settingsmanager.hpp"
|
||||
#include "Application.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
#include "singletons/PathManager.hpp"
|
||||
#include "singletons/SettingsManager.hpp"
|
||||
|
||||
#include <QDir>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "messages/message.hpp"
|
||||
#include "messages/Message.hpp"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QFile>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "moderationaction.hpp"
|
||||
#include "ModerationAction.hpp"
|
||||
|
||||
#include "singletons/resourcemanager.hpp"
|
||||
#include "singletons/ResourceManager.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
|
||||
Reference in New Issue
Block a user