From dc57bcd94c7c25c49e025fd372729a54618ba051 Mon Sep 17 00:00:00 2001 From: codeboss <2422523675@qq.com> Date: Wed, 11 Jun 2025 23:09:20 +0800 Subject: [PATCH] update --- ComponentBasic/ComponentBasic.vcxproj | 4 ++-- ComponentBasic/ComponentBasic.vcxproj.filters | 4 ++-- ComponentBasic/{EntityDocks.cpp => DeduceFramework.cpp} | 2 +- ComponentBasic/{EntityDocks.h => DeduceFramework.h} | 0 SimsWorld/PerspectiveView.h | 2 +- SimsWorld/TempletAssemble.h | 2 +- SimsWorld/sims_world.h | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) rename ComponentBasic/{EntityDocks.cpp => DeduceFramework.cpp} (99%) rename ComponentBasic/{EntityDocks.h => DeduceFramework.h} (100%) diff --git a/ComponentBasic/ComponentBasic.vcxproj b/ComponentBasic/ComponentBasic.vcxproj index a709a62..35c5ac2 100644 --- a/ComponentBasic/ComponentBasic.vcxproj +++ b/ComponentBasic/ComponentBasic.vcxproj @@ -102,13 +102,13 @@ - + - + diff --git a/ComponentBasic/ComponentBasic.vcxproj.filters b/ComponentBasic/ComponentBasic.vcxproj.filters index b178bbb..af2a727 100644 --- a/ComponentBasic/ComponentBasic.vcxproj.filters +++ b/ComponentBasic/ComponentBasic.vcxproj.filters @@ -46,7 +46,7 @@ Source Files - + Source Files @@ -57,7 +57,7 @@ - + Header Files diff --git a/ComponentBasic/EntityDocks.cpp b/ComponentBasic/DeduceFramework.cpp similarity index 99% rename from ComponentBasic/EntityDocks.cpp rename to ComponentBasic/DeduceFramework.cpp index d8b7e15..87c08b9 100644 --- a/ComponentBasic/EntityDocks.cpp +++ b/ComponentBasic/DeduceFramework.cpp @@ -1,4 +1,4 @@ -#include "EntityDocks.h" +#include "DeduceFramework.h" #include #include #include diff --git a/ComponentBasic/EntityDocks.h b/ComponentBasic/DeduceFramework.h similarity index 100% rename from ComponentBasic/EntityDocks.h rename to ComponentBasic/DeduceFramework.h diff --git a/SimsWorld/PerspectiveView.h b/SimsWorld/PerspectiveView.h index 03769a4..a6f254c 100644 --- a/SimsWorld/PerspectiveView.h +++ b/SimsWorld/PerspectiveView.h @@ -1,5 +1,5 @@ #pragma once -#include +#include #include #include #include diff --git a/SimsWorld/TempletAssemble.h b/SimsWorld/TempletAssemble.h index 793d65c..a8614ef 100644 --- a/SimsWorld/TempletAssemble.h +++ b/SimsWorld/TempletAssemble.h @@ -5,7 +5,7 @@ #include #include #include -#include +#include class TempletAssemble : public QDialog { diff --git a/SimsWorld/sims_world.h b/SimsWorld/sims_world.h index 4d9d9e6..1566f4c 100644 --- a/SimsWorld/sims_world.h +++ b/SimsWorld/sims_world.h @@ -2,7 +2,7 @@ #include #include "ui_sims_world.h" -#include +#include class SimsWorld : public QMainWindow {