s/ellided/elided (#510)

* s/ellided/elided

* Fix header name
This commit is contained in:
wheremyfoodat
2024-05-08 00:20:39 +00:00
committed by GitHub
parent 80527edcb6
commit aa7a6bfe7a
6 changed files with 33 additions and 33 deletions

View File

@@ -449,11 +449,11 @@ if(NOT BUILD_HYDRA_CORE)
set(FRONTEND_SOURCE_FILES src/panda_qt/main.cpp src/panda_qt/screen.cpp src/panda_qt/main_window.cpp src/panda_qt/about_window.cpp
src/panda_qt/config_window.cpp src/panda_qt/zep.cpp src/panda_qt/text_editor.cpp src/panda_qt/cheats_window.cpp src/panda_qt/mappings.cpp
src/panda_qt/patch_window.cpp src/panda_qt/ellided_label.cpp
src/panda_qt/patch_window.cpp src/panda_qt/elided_label.cpp
)
set(FRONTEND_HEADER_FILES include/panda_qt/screen.hpp include/panda_qt/main_window.hpp include/panda_qt/about_window.hpp
include/panda_qt/config_window.hpp include/panda_qt/text_editor.hpp include/panda_qt/cheats_window.hpp
include/panda_qt/patch_window.hpp include/panda_qt/ellided_label.hpp
include/panda_qt/patch_window.hpp include/panda_qt/elided_label.hpp
)
source_group("Source Files\\Qt" FILES ${FRONTEND_SOURCE_FILES})