Commit bc61f169 authored by Clément Fauconnier's avatar Clément Fauconnier

fixed a forgotten return (used while debugging)

parent c30b8537
......@@ -171,7 +171,7 @@ void UBPersistenceManager::createDocumentProxiesStructure(const QFileInfoList &c
if (docName.isEmpty()) {
qDebug() << "Group name and document name are empty in UBPersistenceManager::createDocumentProxiesStructure()";
return;
continue;
}
QModelIndex parentIndex = mDocumentTreeStructureModel->goTo(docGroupName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment