| 849 | } |
| 850 | |
| 851 | void ChatRootView::openFileInEditor(const QString &filePath) |
| 852 | { |
| 853 | if (filePath.isEmpty()) |
| 854 | return; |
| 855 | Core::EditorManager::openEditor(Utils::FilePath::fromString(filePath)); |
| 856 | } |
| 857 | |
| 858 | void ChatRootView::triggerOpenChatCommand(Utils::Id commandId) |
| 859 | { |