From e8c9c7a403d6e0bc2668d452ca6a8694e85dea84 Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Mon, 16 Jun 2025 23:11:11 -0700 Subject: [PATCH] DolphinQt: Add DolphinQt.vcxproj ClInclude line Add a missing ClInclude line in DolphinQt.vcxproj for NonAutodismissibleMenu.h. Missing the ClInclude doesn't break compilation, but prevents various IntelliSense features in Visual Studio from working properly with the file. --- Source/Core/DolphinQt/DolphinQt.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt/DolphinQt.vcxproj b/Source/Core/DolphinQt/DolphinQt.vcxproj index dc67819d75..bb472dbb37 100644 --- a/Source/Core/DolphinQt/DolphinQt.vcxproj +++ b/Source/Core/DolphinQt/DolphinQt.vcxproj @@ -258,6 +258,7 @@ +