* @brief Clears every dropped path; called when a conversation is reset. */
| 318 | * @brief Clears every dropped path; called when a conversation is reset. |
| 319 | */ |
| 320 | void AI::FileSandbox::clearDroppedPaths() |
| 321 | { |
| 322 | const QMutexLocker locker(&m_dropMutex); |
| 323 | m_droppedPaths.clear(); |
| 324 | } |
| 325 | |
| 326 | //-------------------------------------------------------------------------------------------------- |
| 327 | // list |