From fc0d6a7ada54acb8df9892de33fb68cce4c27699 Mon Sep 17 00:00:00 2001 From: jahorta Date: Fri, 5 Jul 2024 17:53:47 -0500 Subject: [PATCH] Fixed build error: AddressInputWidget.h is never moc'ed but the moc file is included during build (#165) * AddressInputWidget.h is never moc'ed but the compiler is instructed to load moc_AddressInputWidget.h. Include for moc file is now commented out. * Removed the line which looks for a moc_AddressInputWidget.h file from the project file. --- Source/dolphin-memory-engine.vcxproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/dolphin-memory-engine.vcxproj b/Source/dolphin-memory-engine.vcxproj index 4d7f637..47b59ef 100755 --- a/Source/dolphin-memory-engine.vcxproj +++ b/Source/dolphin-memory-engine.vcxproj @@ -126,7 +126,6 @@ -