mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[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:
parent
abae942e55
commit
2c72524f29
4 changed files with 41 additions and 28 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
|
||||
private:
|
||||
UsersPage* m_widget;
|
||||
QList< Calamares::job_ptr > m_jobs;
|
||||
Calamares::JobList m_jobs;
|
||||
|
||||
Config* m_config;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue