rename #3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "account.hpp"
|
||||
#include "Account.hpp"
|
||||
|
||||
#include <tuple>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "providerid.hpp"
|
||||
#include "ProviderId.hpp"
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "accountcontroller.hpp"
|
||||
#include "AccountController.hpp"
|
||||
|
||||
#include "controllers/accounts/accountmodel.hpp"
|
||||
#include "controllers/accounts/AccountModel.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "controllers/accounts/account.hpp"
|
||||
#include "providers/twitch/twitchaccountmanager.hpp"
|
||||
#include "util/sharedptrelementless.hpp"
|
||||
#include "util/signalvector2.hpp"
|
||||
#include "controllers/accounts/Account.hpp"
|
||||
#include "providers/twitch/TwitchAccountManager.hpp"
|
||||
#include "util/SharedPtrElementLess.hpp"
|
||||
#include "util/SignalVector2.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "accountmodel.hpp"
|
||||
#include "AccountModel.hpp"
|
||||
|
||||
#include "util/standarditemhelper.hpp"
|
||||
#include "util/StandardItemHelper.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
namespace controllers {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "controllers/accounts/account.hpp"
|
||||
#include "util/qstringhash.hpp"
|
||||
#include "util/signalvectormodel.hpp"
|
||||
#include "controllers/accounts/Account.hpp"
|
||||
#include "util/QstringHash.hpp"
|
||||
#include "util/SignalVectorModel.hpp"
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user