| 39 | } |
| 40 | |
| 41 | QString SessionFileRegistry::takePendingChatFile() |
| 42 | { |
| 43 | return std::exchange(m_pendingChatFile, QString{}); |
| 44 | } |
| 45 | |
| 46 | QString SessionFileRegistry::uniqueFreePath(const QString &desiredPath) const |
| 47 | { |
no outgoing calls
no test coverage detected