Move the remaining functionality of ChatDocumentHandler to ChatTextItemHelper or split into own objects

This commit is contained in:
James Graham
2025-12-31 18:49:19 +00:00
parent 22d7d90cf4
commit 9ea76ca5d0
32 changed files with 1389 additions and 1494 deletions

View File

@@ -122,7 +122,7 @@ endmacro()
add_executable(qmltest qmltest.cpp
chatmarkdownhelpertestwrapper.h
qmltextitemwrappertestwrapper.h
chattextitemhelpertestwrapper.h
)
qt_add_qml_module(qmltest URI NeoChatTestUtils)
@@ -135,7 +135,6 @@ target_link_libraries(qmltest
)
add_qml_tests(
chatdocumenthelpertest.qml
chattextitemhelpertest.qml
chatmarkdownhelpertest.qml
qmltextitemwrappertest.qml
)