mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
feat: Add chat to editor view and refactor current openning
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
|
||||
namespace QodeAssist::Chat {
|
||||
|
||||
ChatOutputPane::ChatOutputPane(QQmlEngine* engine, QObject *parent)
|
||||
ChatOutputPane::ChatOutputPane(
|
||||
QQmlEngine *engine, SessionFileRegistry *sessionFileRegistry, QObject *parent)
|
||||
: Core::IOutputPane(parent)
|
||||
, m_chatWidget{new ChatWidget{engine}}
|
||||
, m_chatWidget{new ChatWidget{engine, sessionFileRegistry}}
|
||||
{
|
||||
setId("QodeAssistChat");
|
||||
setDisplayName(Tr::tr("QodeAssist Chat"));
|
||||
|
||||
Reference in New Issue
Block a user