| 165 | } |
| 166 | |
| 167 | void UBPersistenceManager::errorString(QString error) |
| 168 | { |
| 169 | qWarning() << "An error occured in the peristence thread " << error; |
| 170 | } |
| 171 | |
| 172 | void UBPersistenceManager::createDocumentProxiesStructure(const QFileInfoList &contentInfoList, bool interactive) |
| 173 | { |
no outgoing calls
no test coverage detected