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/nxmaccessmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxmaccessmanager.h') diff --git a/src/nxmaccessmanager.h b/src/nxmaccessmanager.h index 2b615cdc..a03dbe36 100644 --- a/src/nxmaccessmanager.h +++ b/src/nxmaccessmanager.h @@ -109,7 +109,7 @@ private: QTimer m_LoginTimeout; QNetworkReply *m_LoginReply; - QProgressDialog m_ProgressDialog; + QProgressDialog *m_ProgressDialog { nullptr }; QString m_MOVersion; QString m_NMMVersion; -- cgit v1.3.1