Use singleton to pass edit/reply content to chatbox

This significantly reduce the complexity of everything.
This commit is contained in:
Carl Schwan
2021-03-20 14:00:29 +00:00
parent c7df3f903a
commit 743c9972b9
11 changed files with 315 additions and 163 deletions

View File

@@ -22,6 +22,7 @@ add_executable(neochat
filetypesingleton.cpp
login.cpp
stickerevent.cpp
chatboxhelper.cpp
../res.qrc
)