diff options
Diffstat (limited to 'launcher/dialogs/AboutDialog.h')
-rw-r--r-- | launcher/dialogs/AboutDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/dialogs/AboutDialog.h b/launcher/dialogs/AboutDialog.h index c7621c37..cc4b8850 100644 --- a/launcher/dialogs/AboutDialog.h +++ b/launcher/dialogs/AboutDialog.h @@ -42,6 +42,6 @@ slots: private: Ui::AboutDialog *ui; - NetJobPtr netJob; + NetJob::Ptr netJob; QByteArray dataSink; }; |