mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-02 05:10:14 -05:00
feat: Add todo tool (#286)
This commit is contained in:
@ -311,6 +311,12 @@ void ChatRootView::clearLinkedFiles()
|
||||
emit linkedFilesChanged();
|
||||
}
|
||||
|
||||
void ChatRootView::clearMessages()
|
||||
{
|
||||
m_clientInterface->clearMessages();
|
||||
clearLinkedFiles();
|
||||
}
|
||||
|
||||
QString ChatRootView::getChatsHistoryDir() const
|
||||
{
|
||||
QString path;
|
||||
|
||||
Reference in New Issue
Block a user