mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Add SetPasswordJob in Users module, hook it all up.
This commit is contained in:
parent
8e3002bfbb
commit
b111027d57
7 changed files with 162 additions and 1 deletions
|
@ -87,6 +87,15 @@ UsersViewStep::isAtEnd() const
|
|||
QList< Calamares::job_ptr >
|
||||
UsersViewStep::jobs() const
|
||||
{
|
||||
return QList< Calamares::job_ptr >();
|
||||
return m_jobs;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
UsersViewStep::onLeave()
|
||||
{
|
||||
m_jobs.clear();
|
||||
|
||||
m_jobs.append( m_widget->createJobs() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue