From ed28eb5a4401496b081409a0140b2695a45ffaea Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 26 Feb 2023 20:01:02 +0100 Subject: [PATCH] Forward-declare `WizardTests` correctly to fix compilation with MSVC --- widgets/settings/wizard.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/widgets/settings/wizard.h b/widgets/settings/wizard.h index 6e961a6..4986968 100644 --- a/widgets/settings/wizard.h +++ b/widgets/settings/wizard.h @@ -18,6 +18,8 @@ namespace Data { class SyncthingConnection; } +class WizardTests; + namespace QtGui { class SetupDetection;