| 841 | } |
| 842 | |
| 843 | void ChatRootView::openSettings() |
| 844 | { |
| 845 | QMetaObject::invokeMethod( |
| 846 | this, |
| 847 | []() { Settings::showSettings(Constants::QODE_ASSIST_CHAT_ASSISTANT_SETTINGS_PAGE_ID); }, |
| 848 | Qt::QueuedConnection); |
| 849 | } |
| 850 | |
| 851 | void ChatRootView::openFileInEditor(const QString &filePath) |
| 852 | { |
no test coverage detected