GradleSpecifier: Use std::optional instead of DefaultVariable

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2026-01-14 17:54:52 +00:00
parent 9171e2b2e1
commit eba6ffb37b
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
3 changed files with 5 additions and 32 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