Implement base classes for application components

PR #17219.
This commit is contained in:
Vladimir Golovnev
2022-06-25 15:46:55 +03:00
committed by GitHub
parent 41a38428fc
commit f8a304abdc
28 changed files with 256 additions and 69 deletions

View File

@@ -43,7 +43,7 @@ class AuthController : public APIController
Q_DISABLE_COPY_MOVE(AuthController)
public:
explicit AuthController(ISessionManager *sessionManager, QObject *parent = nullptr);
explicit AuthController(ISessionManager *sessionManager, IApplication *app, QObject *parent = nullptr);
private slots:
void loginAction();