Move HoverLinkIndicator to separate file

This commit is contained in:
Tobias Fella
2024-04-30 23:00:33 +02:00
parent 65aa8919b9
commit 4dae3c34b4
3 changed files with 37 additions and 18 deletions

View File

@@ -272,6 +272,7 @@ qt_add_qml_module(neochat URI org.kde.neochat NO_PLUGIN
qml/EditStateDialog.qml
qml/ConsentDialog.qml
qml/AskDirectChatConfirmation.qml
qml/HoverLinkIndicator.qml
)
add_subdirectory(settings)