From b3dece62ed8e40fecb336d3db5c74d1500feeefe Mon Sep 17 00:00:00 2001 From: telomelonia Date: Sun, 28 Sep 2025 14:33:58 +0900 Subject: [PATCH] feat: enable MODMESH_USE_PYSIDE to on, by default refactor: remove the switch refactor: comments refactor: update the comment for the PySide6 Change the comment line and remove msg remove unnecesary code --- cpp/modmesh/pilot/wrap_pilot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/modmesh/pilot/wrap_pilot.cpp b/cpp/modmesh/pilot/wrap_pilot.cpp index f5a8a7b6..f53775f3 100644 --- a/cpp/modmesh/pilot/wrap_pilot.cpp +++ b/cpp/modmesh/pilot/wrap_pilot.cpp @@ -36,7 +36,7 @@ #include #include -// Usually MODMESH_PYSIDE6_FULL is not defined unless for debugging. +// PySide6 is required since 2023 (see issue https://github.com/solvcon/modmesh/issues/220) #ifdef MODMESH_PYSIDE6_FULL #include #else // MODMESH_PYSIDE6_FULL