core/retainable: add Retainable and RetainableLock

This commit is contained in:
outfoxxed 2024-07-12 21:21:35 -07:00
parent 7c5632ef5f
commit 609834d8f2
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 328 additions and 1 deletions

View file

@ -22,6 +22,7 @@ headers = [
"elapsedtimer.hpp",
"desktopentry.hpp",
"objectrepeater.hpp",
"qsmenu.hpp"
"qsmenu.hpp",
"retainable.hpp",
]
-----