From 629731671b3461eb8e3736dac0ef18f5e6536481 Mon Sep 17 00:00:00 2001 From: jahorta Date: Thu, 4 Jul 2024 09:00:04 -0500 Subject: [PATCH 1/2] AddressInputWidget.h is never moc'ed but the compiler is instructed to load moc_AddressInputWidget.h. Include for moc file is now commented out. --- Source/dolphin-memory-engine.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/dolphin-memory-engine.vcxproj b/Source/dolphin-memory-engine.vcxproj index 4d7f6372..b1158927 100755 --- a/Source/dolphin-memory-engine.vcxproj +++ b/Source/dolphin-memory-engine.vcxproj @@ -126,7 +126,7 @@ - + From c332deef99dfe1502a618deea45bc65eea4a7adc Mon Sep 17 00:00:00 2001 From: jahorta Date: Fri, 5 Jul 2024 08:34:57 -0500 Subject: [PATCH 2/2] 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 b1158927..47b59ef7 100755 --- a/Source/dolphin-memory-engine.vcxproj +++ b/Source/dolphin-memory-engine.vcxproj @@ -126,7 +126,6 @@ -