This commit is contained in:
fourtf
2018-06-26 14:09:39 +02:00
parent 14f07274d9
commit a9bf9cf722
235 changed files with 1169 additions and 1770 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "account.hpp"
#include "Account.hpp"
#include <tuple>
+1 -1
View File
@@ -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 {
+2 -2
View File
@@ -1,6 +1,6 @@
#include "accountmodel.hpp"
#include "AccountModel.hpp"
#include "util/standarditemhelper.hpp"
#include "util/StandardItemHelper.hpp"
namespace chatterino {
namespace controllers {
+3 -3
View File
@@ -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>