mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Fix review comments.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
4a8433d297
commit
3d7fc166b4
2 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ PasswordInputDialog::~PasswordInputDialog()
|
||||||
{
|
{
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString PasswordInputDialog::password() const
|
QString PasswordInputDialog::password() const
|
||||||
{
|
{
|
||||||
return ui->passwordLineEdit->text();
|
return ui->passwordLineEdit->text();
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="styleSheet">
|
||||||
<string notr="true">color: rgb(255, 0, 0)</string>
|
<string notr="true">color: rgb(118, 118, 118)</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
|
|
Loading…
Reference in a new issue