mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-08 22:19:14 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -23,6 +23,12 @@ ChatAgentController::ChatAgentController(QObject *parent)
|
||||
{
|
||||
if (auto *settings = Core::ICore::settings())
|
||||
m_currentAgent = settings->value(kChatAgentKey).toString();
|
||||
|
||||
connect(
|
||||
Settings::PipelinesNotifier::instance(),
|
||||
&Settings::PipelinesNotifier::pipelinesChanged,
|
||||
this,
|
||||
&ChatAgentController::reload);
|
||||
}
|
||||
|
||||
void ChatAgentController::setAgentFactory(AgentFactory *factory)
|
||||
|
||||
Reference in New Issue
Block a user