Improve getBody

Create basic event types so that we can switch on type for live location beacons, widget and server acl events
This commit is contained in:
James Graham
2024-02-10 14:24:30 +00:00
parent fe52d26f05
commit 413453dd85
5 changed files with 77 additions and 26 deletions

View File

@@ -150,6 +150,9 @@ add_library(neochat STATIC
proxycontroller.h
models/linemodel.cpp
models/linemodel.h
events/locationbeaconevent.h
events/serveraclevent.h
events/widgetevent.h
)
qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN