[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:
Adriaan de Groot 2020-07-29 12:18:25 +02:00
parent 33eab6e869
commit b9372ba432
6 changed files with 81 additions and 15 deletions

View file

@ -61,7 +61,6 @@ private:
UsersPage* m_widget;
QList< Calamares::job_ptr > m_jobs;
QStringList m_defaultGroups;
SetHostNameJob::Actions m_actions;
Config* m_config;