mirror of
https://github.com/overte-org/overte.git
synced 2025-06-16 01:40:25 +02:00
Messed up rename
This commit is contained in:
parent
930ec7a6d8
commit
732e9723cd
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void LoginDialog::handleLoginFailed() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void LoginDialog::setStatusText(const QString& statusText) {
|
void LoginDialog::setStatusText(const QString& statusText) {
|
||||||
if (a != _statusText) {
|
if (statusText != _statusText) {
|
||||||
_statusText = statusText;
|
_statusText = statusText;
|
||||||
emit statusTextChanged();
|
emit statusTextChanged();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue