summaryrefslogtreecommitdiff
path: root/src/downloadlistwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/downloadlistwidget.h')
-rw-r--r--src/downloadlistwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadlistwidget.h b/src/downloadlistwidget.h
index c8d4fe6e..bfe504aa 100644
--- a/src/downloadlistwidget.h
+++ b/src/downloadlistwidget.h
@@ -98,7 +98,7 @@ private slots:
private:
DownloadManager *m_Manager;
- DownloadList *m_SourceModel;
+ DownloadList *m_SourceModel = 0;
int m_ContextRow;
};