Make default groups, users group and autologin group configurable.

This commit is contained in:
Teo Mrnjavac 2014-10-08 15:05:23 +02:00
parent 0d1fb79ec8
commit ad68ce0187
6 changed files with 88 additions and 10 deletions

View file

@ -40,7 +40,8 @@ public:
bool isReady();
QList< Calamares::job_ptr > createJobs();
QList< Calamares::job_ptr > createJobs( const QString& defaultUserGroup,
const QStringList& defaultGroupsList );
protected slots:
void onFullNameTextEdited( const QString& );