[users] Move job-creation to Config

- this makes Config entirely stand-alone: it has all the business
  logic and can be hooked up to alternate UIs or used from
  other view steps or jobs
This commit is contained in:
Adriaan de Groot 2020-08-18 11:31:32 +02:00
parent abae942e55
commit 2c72524f29
4 changed files with 41 additions and 28 deletions

View file

@ -57,7 +57,7 @@ public:
private:
UsersPage* m_widget;
QList< Calamares::job_ptr > m_jobs;
Calamares::JobList m_jobs;
Config* m_config;
};