mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 17:32:11 +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) {
|
||||
if (a != _statusText) {
|
||||
if (statusText != _statusText) {
|
||||
_statusText = statusText;
|
||||
emit statusTextChanged();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue