mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55: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
|
@ -51,8 +51,11 @@ public:
|
|||
|
||||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
void onLeave() override;
|
||||
|
||||
private:
|
||||
UsersPage* m_widget;
|
||||
QList< Calamares::job_ptr > m_jobs;
|
||||
};
|
||||
|
||||
#endif // USERSPAGEPLUGIN_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue