Reserve size of some containers we are filling
This commit is contained in:
parent
812e3b5f03
commit
19dc6cadea
31 changed files with 317 additions and 209 deletions
|
|
@ -364,7 +364,10 @@ RegisterPage::doRegistration()
|
|||
disconnect(UIA::instance(), &UIA::error, this, nullptr);
|
||||
});
|
||||
http::client()->registration(
|
||||
username, password, ::UIA::instance()->genericHandler(QStringLiteral("Registration")), registrationCb());
|
||||
username,
|
||||
password,
|
||||
::UIA::instance()->genericHandler(QStringLiteral("Registration")),
|
||||
registrationCb());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue