forked from qt-creator/qt-creator
Mercurial: Modernize
modernize-* Change-Id: Ide38fa487e39e9363a48762d94b9ed3abed83337 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -37,7 +37,8 @@ class AuthenticationDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AuthenticationDialog(const QString &username, const QString &password, QWidget *parent = 0);
|
||||
explicit AuthenticationDialog(const QString &username, const QString &password,
|
||||
QWidget *parent = nullptr);
|
||||
~AuthenticationDialog() override;
|
||||
void setPasswordEnabled(bool enabled);
|
||||
QString getUserName();
|
||||
|
||||
Reference in New Issue
Block a user