Some small cleanups (#4772)

This commit is contained in:
Alexandru Ionut Tripon 2026-03-18 20:29:26 +00:00 committed by GitHub
commit 04786023b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 50 additions and 112 deletions

View file

@ -75,9 +75,6 @@ set(CORE_SOURCES
# RW lock protected map
RWStorage.h
# A variable that has an implicit default value and keeps track of changes
DefaultVariable.h
# a smart pointer wrapper intended for safer use with Qt signal/slot mechanisms
QObjectPtr.h
@ -110,9 +107,9 @@ if (UNIX AND NOT CYGWIN AND NOT APPLE)
set(CORE_SOURCES
${CORE_SOURCES}
# MangoHud
MangoHud.h
MangoHud.cpp
# LibraryUtils
LibraryUtils.h
LibraryUtils.cpp
)
endif()