From 90d87a0cf75be44da34c3c3282f82e5b3a399168 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 10 Oct 2015 19:35:18 +0200 Subject: fixed progress dialogs appearing on startup Appears to be a new bug in qt or maybe incompatibility with Windows 10: All Progress dialogs were made visibly automatically a few seconds after application startup. This was "fixed" by creating the dialog dynamically on demand --- src/installationmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/installationmanager.h') 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 m_TempFilesToDelete; -- cgit v1.3.1