make lint
This commit is contained in:
parent
89d28d3b69
commit
ec34af3d85
@ -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 New Issue
Block a user