| 938 | } |
| 939 | |
| 940 | void ChatRootView::relocateToSplit() |
| 941 | { |
| 942 | handOffSession(); |
| 943 | triggerOpenChatCommand(Constants::QODE_ASSIST_NEW_CHAT_ACTION); |
| 944 | clearMessages(); |
| 945 | clearAttachmentFiles(); |
| 946 | emit closeHostRequested(); |
| 947 | } |
| 948 | |
| 949 | void ChatRootView::relocateToWindow() |
| 950 | { |
nothing calls this directly
no outgoing calls
no test coverage detected