Messed up rename

This commit is contained in:
Brad Davis 2015-04-22 19:24:43 -07:00
parent 930ec7a6d8
commit 732e9723cd

View file

@ -50,7 +50,7 @@ void LoginDialog::handleLoginFailed() {
}
void LoginDialog::setStatusText(const QString& statusText) {
if (a != _statusText) {
if (statusText != _statusText) {
_statusText = statusText;
emit statusTextChanged();
}