MessageSource Line Numbers

Create a model for getting line numbers from a QQuickTextDocument and then add them to the MessageSource page
This commit is contained in:
James Graham
2024-01-26 15:58:12 +00:00
parent f9f678a801
commit 27662f9a4a
4 changed files with 202 additions and 6 deletions

View File

@@ -148,6 +148,8 @@ add_library(neochat STATIC
models/itinerarymodel.h
proxycontroller.cpp
proxycontroller.h
models/linemodel.cpp
models/linemodel.h
)
qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN