Téléverser les fichiers vers "workstation-setup/src"
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
bool complete() const { return m_passwordDone && m_pinDone; }
|
||||
QString currentUser() const { return m_currentUser; }
|
||||
QString targetUser() const { return m_targetUser; }
|
||||
bool authorizedUser() const { return m_authorizedUser; }
|
||||
bool authorizedUser() const;
|
||||
|
||||
QString stateDirectory() const;
|
||||
QString diagnosticLogPath() const;
|
||||
@@ -79,7 +79,6 @@ private:
|
||||
bool m_busy = false;
|
||||
bool m_passwordDone = false;
|
||||
bool m_pinDone = false;
|
||||
bool m_authorizedUser = false;
|
||||
bool m_helperTimedOut = false;
|
||||
QString m_currentUser;
|
||||
QString m_targetUser;
|
||||
|
||||
Reference in New Issue
Block a user