Forward-declare `WizardTests` correctly to fix compilation with MSVC

This commit is contained in:
Martchus 2023-02-26 20:01:02 +01:00
parent d215c7e5c2
commit ed28eb5a44
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ namespace Data {
class SyncthingConnection;
}
class WizardTests;
namespace QtGui {
class SetupDetection;