diff options
| author | Tannin <sherb@gmx.net> | 2015-10-10 19:35:18 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-10-10 19:35:18 +0200 |
| commit | 90d87a0cf75be44da34c3c3282f82e5b3a399168 (patch) | |
| tree | 8fd5a7c6fa519d2b40e66bcddde747f72b920d70 /src/nxmaccessmanager.h | |
| parent | 115315df2809fb66eb5b18b85f089da457ccc19b (diff) | |
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
Diffstat (limited to 'src/nxmaccessmanager.h')
| -rw-r--r-- | src/nxmaccessmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|
