Skip to content

Commit

Permalink
fixed user info
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jul 20, 2014
1 parent 50016a9 commit 9a85201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huggle/userinfoform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ void UserinfoForm::OnTick()
} else
Syslog::HuggleLogs->ErrorLog(_l("user-history-retr-fail", this->User->Username));
this->ui->tableWidget->resizeRowsToContents();
this->qContributions = nullptr;
this->qContributions.Delete();
this->timer->stop();
}
this->timer->stop();
}

void UserinfoForm::on_tableWidget_clicked(const QModelIndex &index)
Expand Down

0 comments on commit 9a85201

Please sign in to comment.