Skip to content

Commit

Permalink
Fixed build error: AddressInputWidget.h is never moc'ed but the moc f…
Browse files Browse the repository at this point in the history
…ile 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.
  • Loading branch information
jahorta authored Jul 5, 2024
1 parent 7e44498 commit 9736e67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/dolphin-memory-engine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
<ClCompile Include="GeneratedFiles\$(Configuration)\moc_MemWatchModel.cpp" />
<ClCompile Include="GeneratedFiles\$(Configuration)\moc_MemWatchWidget.cpp" />
<ClCompile Include="GeneratedFiles\$(Configuration)\moc_ResultsListModel.cpp" />
<ClCompile Include="GeneratedFiles\$(Configuration)\moc_AddressInputWidget.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="**\*.h" Exclude="GUI\**\*.h" />
Expand Down

0 comments on commit 9736e67

Please sign in to comment.