forked from quickshell/quickshell
io/ipchandler: add IpcHandler and qs msg
Also reworks the whole ipc system to use serialized variants.
This commit is contained in:
parent
3690812919
commit
5e2fb14551
14 changed files with 1428 additions and 27 deletions
|
@ -2,6 +2,9 @@ qt_add_library(quickshell-io STATIC
|
|||
datastream.cpp
|
||||
process.cpp
|
||||
fileview.cpp
|
||||
ipccomm.cpp
|
||||
ipc.cpp
|
||||
ipchandler.cpp
|
||||
)
|
||||
|
||||
add_library(quickshell-io-init OBJECT init.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue