Add SetPasswordJob in Users module, hook it all up.

This commit is contained in:
Teo Mrnjavac 2014-07-31 19:06:31 +02:00
parent 8e3002bfbb
commit b111027d57
7 changed files with 162 additions and 1 deletions

View file

@ -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