refactor: rename Vtk classes by removing the vtk prefix to follow project naming conventions

This commit is contained in:
AndreaRigoni
2026-04-08 15:14:55 +00:00
parent 8a01ee7f40
commit 77f00a2b8a
66 changed files with 494 additions and 477 deletions

View File

@@ -11,7 +11,7 @@ class PropertiesPanel;
namespace uLib {
class ObjectsContext;
namespace Vtk {
class vtkObjectsContext;
class ObjectsContext;
}
}
@@ -40,7 +40,7 @@ private:
ViewportPane* m_firstPane;
ContextPanel* m_contextPanel;
uLib::ObjectsContext* m_context;
uLib::Vtk::vtkObjectsContext* m_mainVtkContext;
uLib::Vtk::ObjectsContext* m_mainVtkContext;
};
#endif // MAINPANEL_H