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

@@ -45,7 +45,7 @@ class SyncController : public APIController
public:
using APIController::APIController;
explicit SyncController(QObject *parent = nullptr);
explicit SyncController(IApplication *app, QObject *parent = nullptr);
~SyncController() override;
private slots: