renamed Twitch to twitch

This commit is contained in:
fourtf
2018-05-26 20:26:25 +02:00
parent 8c9be20f9b
commit 7e68e662e3
16 changed files with 41 additions and 41 deletions
@@ -12,7 +12,7 @@ AccountController::AccountController()
void AccountController::load()
{
this->Twitch.load();
this->twitch.load();
}
AccountModel *AccountController::createModel(QObject *parent)
@@ -22,7 +22,7 @@ public:
void load();
providers::twitch::TwitchAccountManager Twitch;
providers::twitch::TwitchAccountManager twitch;
private:
util::SortedSignalVector<std::shared_ptr<Account>, util::SharedPtrElementLess<Account>>