core/scriptmodel: add expression model for unique lists

This commit is contained in:
outfoxxed 2024-12-27 02:57:36 -08:00
parent 2f194b7894
commit 08836ca1f3
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
8 changed files with 431 additions and 2 deletions

View file

@ -6,3 +6,4 @@ endfunction()
qs_test(transformwatcher transformwatcher.cpp)
qs_test(ringbuffer ringbuf.cpp)
qs_test(scriptmodel scriptmodel.cpp)