core/objectrepeater: add ObjectRepeater

This commit is contained in:
outfoxxed 2024-06-22 01:57:48 -07:00
parent d8fa9e7bb3
commit 09d8a7a07d
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 279 additions and 0 deletions

View file

@ -29,6 +29,7 @@ qt_add_library(quickshell-core STATIC
model.cpp
elapsedtimer.cpp
desktopentry.cpp
objectrepeater.cpp
)
set_source_files_properties(main.cpp PROPERTIES COMPILE_DEFINITIONS GIT_REVISION="${GIT_REVISION}")