fix: Change getting focus to chat in editor and name of title

This commit is contained in:
Petr Mironychev
2026-05-21 10:48:11 +02:00
parent 3f4bda51cd
commit b9e0b5a00c
14 changed files with 224 additions and 70 deletions

View File

@@ -22,6 +22,7 @@ public:
QQmlEngine *engine,
SessionFileRegistry *sessionFileRegistry,
Skills::SkillsManager *skillsManager,
bool registerOwnContext = true,
QWidget *parent = nullptr);
~ChatWidget() = default;
@@ -38,6 +39,9 @@ public:
signals:
void clearPressed();
protected:
void focusInEvent(QFocusEvent *event) override;
};
} // namespace QodeAssist::Chat