| 929 | } |
| 930 | |
| 931 | void ChatRootView::consumePendingChatFile() |
| 932 | { |
| 933 | if (auto registry = sessionFileRegistry()) { |
| 934 | const QString pending = registry->takePendingChatFile(); |
| 935 | if (!pending.isEmpty()) |
| 936 | loadHistory(pending); |
| 937 | } |
| 938 | } |
| 939 | |
| 940 | void ChatRootView::relocateToSplit() |
| 941 | { |
nothing calls this directly
no test coverage detected