Add WidgetModel

This commit is contained in:
Arno Rehn
2025-10-04 15:06:00 +02:00
parent ba4a83d38c
commit 36ce55e892
3 changed files with 383 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ target_sources(LibNeoChat PRIVATE
models/stickermodel.cpp
models/userfiltermodel.cpp
models/userlistmodel.cpp
models/widgetmodel.cpp
models/widgetmodel.h
)
if (TARGET KF6::KIOWidgets)