Skip to content

Commit

Permalink
Merge branch 'master' of github.com:QNapi/qnapi
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemin committed Jul 25, 2015
2 parents 7cc032b + 75a4431 commit 02d71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forms/frmprogress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void frmProgress::downloadFinished()
QMessageBox::critical(0, tr("Błąd krytyczny!"), getThread.criticalMessage);
}
else if(queue.size() > 0
&& !(getThread.gotList.isEmpty() && !getThread.failedList.isEmpty()))
&& !(getThread.gotList.isEmpty() && getThread.failedList.isEmpty()))
{
summary.setSuccessList(getThread.gotList);
summary.setFailedList(getThread.failedList);
Expand Down

0 comments on commit 02d71b5

Please sign in to comment.