mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[users] Move default groups setting to Config
- drop groups from the viewstep - note that the Config object should also be in charge of creating Jobs (but then the de-tangling needs to be completed) - add tests of default groups loading Doesn't compile because QRegExpValidator is a gui thing.
This commit is contained in:
parent
33eab6e869
commit
b9372ba432
6 changed files with 81 additions and 15 deletions
|
@ -61,7 +61,6 @@ private:
|
|||
UsersPage* m_widget;
|
||||
QList< Calamares::job_ptr > m_jobs;
|
||||
|
||||
QStringList m_defaultGroups;
|
||||
SetHostNameJob::Actions m_actions;
|
||||
|
||||
Config* m_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue