fix Coverity issues

This commit is contained in:
wmayer
2016-08-21 14:03:02 +02:00
parent 8cc3ee64e8
commit 0824c5fd3c
29 changed files with 621 additions and 543 deletions

View File

@@ -35,7 +35,7 @@ using namespace Gui::Dialog;
DownloadDialog::DownloadDialog(const QUrl& url, QWidget *parent)
: QDialog(parent), url(url)
: QDialog(parent), url(url), file(0), httpGetId(0), httpRequestAborted(false)
{
statusLabel = new QLabel(url.toString());
progressBar = new QProgressBar(this);