mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -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
|
@ -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& );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue