mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +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;
|
||||
}
|
||||
|
||||
QString PasswordInputDialog::password() const
|
||||
{
|
||||
return ui->passwordLineEdit->text();
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color: rgb(255, 0, 0)</string>
|
||||
<string notr="true">color: rgb(118, 118, 118)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
|
|
Loading…
Reference in a new issue