From 69213b1206e97f7d4db4270a4b3b0af41dc9e6fc Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 21 Nov 2021 23:21:12 +0100 Subject: NOISSUE continue refactoring things to make tests pass --- launcher/dialogs/AboutDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launcher/dialogs/AboutDialog.h') 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; }; -- cgit