New object for cached database, also ClientInfo class

This commit is contained in:
Blue 2022-08-20 00:28:59 +03:00
parent d162494ec8
commit 2ae75a4b91
Signed by: blue
GPG key ID: 9B203B252A63EE38
10 changed files with 287 additions and 19 deletions

View file

@ -18,4 +18,6 @@ target_sources(squawk PRIVATE
vcard.h
pathcheck.cpp
pathcheck.h
clientinfo.h
clientinfo.cpp
)