some initial delegate stuff

This commit is contained in:
Blue 2023-01-07 17:30:22 +03:00
parent 5aa0f4bca9
commit 78ef3664f7
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
8 changed files with 157 additions and 6 deletions

View file

@ -4,4 +4,6 @@ target_sources(squawk PRIVATE
omemo.ui
keysmodel.cpp
keysmodel.h
keydelegate.cpp
keydelegate.h
)