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

@ -23,6 +23,8 @@
#ifndef USERSPAGE_H
#define USERSPAGE_H
#include "Typedefs.h"
#include <QWidget>
namespace Ui {
@ -38,6 +40,8 @@ public:
bool isReady();
QList< Calamares::job_ptr > createJobs();
protected slots:
void onUsernameTextChanged( const QString& );
void onHostnameTextChanged( const QString& );