| 798 | } |
| 799 | |
| 800 | QString ChatRootView::sendShortcutText() const |
| 801 | { |
| 802 | return sendMessageKeySequence().toString(QKeySequence::NativeText); |
| 803 | } |
| 804 | |
| 805 | void ChatRootView::setIsSyncOpenFiles(bool state) |
| 806 | { |
nothing calls this directly
no test coverage detected