mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
make lint
This commit is contained in:
parent
89d28d3b69
commit
ec34af3d85
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ LoginPage::isMatrixIdValid()
|
||||||
{
|
{
|
||||||
QRegularExpressionValidator v(QRegularExpression("@.+?:.{3,}"), this);
|
QRegularExpressionValidator v(QRegularExpression("@.+?:.{3,}"), this);
|
||||||
QString s = matrixid_input_->text();
|
QString s = matrixid_input_->text();
|
||||||
int pos = 0;
|
int pos = 0;
|
||||||
return v.validate(s, pos);
|
return v.validate(s, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue