From da271c326a660fbd7034484a926bf87046fb2abd Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 4 Oct 2024 19:05:37 -0400 Subject: [PATCH] rename files to marker instead of poi --- .../scwx/qt/manager/{poi_manager.cpp => marker_manager.cpp} | 0 .../scwx/qt/manager/{poi_manager.hpp => marker_manager.hpp} | 0 scwx-qt/source/scwx/qt/types/{poi_types.hpp => marker_types.hpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename scwx-qt/source/scwx/qt/manager/{poi_manager.cpp => marker_manager.cpp} (100%) rename scwx-qt/source/scwx/qt/manager/{poi_manager.hpp => marker_manager.hpp} (100%) rename scwx-qt/source/scwx/qt/types/{poi_types.hpp => marker_types.hpp} (100%) diff --git a/scwx-qt/source/scwx/qt/manager/poi_manager.cpp b/scwx-qt/source/scwx/qt/manager/marker_manager.cpp similarity index 100% rename from scwx-qt/source/scwx/qt/manager/poi_manager.cpp rename to scwx-qt/source/scwx/qt/manager/marker_manager.cpp diff --git a/scwx-qt/source/scwx/qt/manager/poi_manager.hpp b/scwx-qt/source/scwx/qt/manager/marker_manager.hpp similarity index 100% rename from scwx-qt/source/scwx/qt/manager/poi_manager.hpp rename to scwx-qt/source/scwx/qt/manager/marker_manager.hpp diff --git a/scwx-qt/source/scwx/qt/types/poi_types.hpp b/scwx-qt/source/scwx/qt/types/marker_types.hpp similarity index 100% rename from scwx-qt/source/scwx/qt/types/poi_types.hpp rename to scwx-qt/source/scwx/qt/types/marker_types.hpp