rename #3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "command.hpp"
|
||||
#include "Command.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
#include "commandcontroller.hpp"
|
||||
#include "CommandController.hpp"
|
||||
|
||||
#include "application.hpp"
|
||||
#include "controllers/accounts/accountcontroller.hpp"
|
||||
#include "controllers/commands/command.hpp"
|
||||
#include "controllers/commands/commandmodel.hpp"
|
||||
#include "messages/messagebuilder.hpp"
|
||||
#include "providers/twitch/twitchchannel.hpp"
|
||||
#include "providers/twitch/twitchserver.hpp"
|
||||
#include "singletons/pathmanager.hpp"
|
||||
#include "singletons/settingsmanager.hpp"
|
||||
#include "util/signalvector2.hpp"
|
||||
#include "Application.hpp"
|
||||
#include "controllers/accounts/AccountController.hpp"
|
||||
#include "controllers/commands/Command.hpp"
|
||||
#include "controllers/commands/CommandModel.hpp"
|
||||
#include "messages/MessageBuilder.hpp"
|
||||
#include "providers/twitch/TwitchChannel.hpp"
|
||||
#include "providers/twitch/TwitchServer.hpp"
|
||||
#include "singletons/PathManager.hpp"
|
||||
#include "singletons/SettingsManager.hpp"
|
||||
#include "util/SignalVector2.hpp"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QFile>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
#include "controllers/commands/command.hpp"
|
||||
#include "util/signalvector2.hpp"
|
||||
#include "controllers/commands/Command.hpp"
|
||||
#include "util/SignalVector2.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
class Channel;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "commandmodel.hpp"
|
||||
#include "CommandModel.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "controllers/commands/command.hpp"
|
||||
#include "util/signalvectormodel.hpp"
|
||||
#include "controllers/commands/Command.hpp"
|
||||
#include "util/SignalVectorModel.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
|
||||
Reference in New Issue
Block a user