io/fileview: add adapter support and JsonAdapter

This commit is contained in:
outfoxxed 2025-05-13 17:07:51 -07:00
parent cb69c2d016
commit fee4942771
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 487 additions and 2 deletions

View file

@ -2,6 +2,7 @@ qt_add_library(quickshell-io STATIC
datastream.cpp
process.cpp
fileview.cpp
jsonadapter.cpp
ipccomm.cpp
ipc.cpp
ipchandler.cpp