mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix review comments.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
4a8433d297
commit
3d7fc166b4
@ -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 New Issue
Block a user