feat: Prepare widget for chat

This commit is contained in:
Petr Mironychev
2025-04-09 18:27:25 +02:00
parent 56e5ef22f1
commit 418578743a
7 changed files with 345 additions and 0 deletions

View File

@ -103,6 +103,8 @@ add_qtc_plugin(QodeAssist
UpdateStatusWidget.hpp UpdateStatusWidget.cpp
widgets/CompletionProgressHandler.hpp widgets/CompletionProgressHandler.cpp
widgets/ProgressWidget.hpp widgets/ProgressWidget.cpp
widgets/EditorChatButton.hpp widgets/EditorChatButton.cpp
widgets/EditorChatButtonHandler.hpp widgets/EditorChatButtonHandler.cpp
)
get_target_property(QtCreatorCorePath QtCreator::Core LOCATION)