| 28 | NavigationPanel::~NavigationPanel() {} |
| 29 | |
| 30 | Core::NavigationView NavigationPanel::createWidget() |
| 31 | { |
| 32 | return {.widget = new ChatWidget{m_engine, m_sessionFileRegistry, m_skillsManager}}; |
| 33 | } |
| 34 | |
| 35 | } // namespace QodeAssist::Chat |
nothing calls this directly
no outgoing calls
no test coverage detected