diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-09 00:47:29 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-10 20:45:37 -0400 |
| commit | fa6602816160f6ac959527ce843dee22b1272603 (patch) | |
| tree | 7586d0f1f0e6c59e45b19a85a382b219f0536a87 /src/nxmaccessmanager.h | |
| parent | d9003f9e5407396fdd552c5df3d0be76ab9a16a3 (diff) | |
dialog should be on the heap, gets deleted by the main window
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 4467ea8d..f53f6648 100644 --- a/src/nxmaccessmanager.h +++ b/src/nxmaccessmanager.h @@ -130,7 +130,7 @@ private: QWidget* m_TopLevel; QTimer m_ValidateTimeout; QNetworkReply *m_ValidateReply; - mutable ValidationProgressDialog m_ProgressDialog; + mutable ValidationProgressDialog* m_ProgressDialog; QString m_MOVersion; |
