summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-10-11 21:26:21 +0100
committerThomas Tanner <trtanner@btinternet.com>2015-10-11 21:26:21 +0100
commitaf9a128b4f3393d4e7e8a0c4fda48148b80a0e4c (patch)
tree9f17c99511231bdd2d431eed04bd38a7322f6bb6 /src/installationmanager.h
parentc5876cb6a142dc228ff3e3c3a936699f58d6b2a0 (diff)
parent7d93a9a2003f31188e4da8cbcd7e5df0352bb900 (diff)
Merge branch 'TanninOne/master'
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index d4b4f7dc..111b41f5 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -208,7 +208,7 @@ private:
Archive *m_CurrentArchive;
QString m_CurrentFile;
- QProgressDialog m_InstallationProgress;
+ QProgressDialog *m_InstallationProgress { nullptr };
std::set<QString> m_TempFilesToDelete;