changed AccountManager to AccountController
This commit is contained in:
@@ -10,6 +10,11 @@ AccountController::AccountController()
|
||||
{
|
||||
}
|
||||
|
||||
void AccountController::load()
|
||||
{
|
||||
this->Twitch.load();
|
||||
}
|
||||
|
||||
AccountModel *AccountController::createModel(QObject *parent)
|
||||
{
|
||||
AccountModel *model = new AccountModel(parent);
|
||||
|
||||
Reference in New Issue
Block a user