Fix a bug : Childs where not linked during import

This commit is contained in:
2012-02-26 08:59:59 +01:00
parent 7440c632dd
commit 1b378924a3
6 changed files with 30 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ bool XMLImportEngine::HandleFile(const QString& path, User* user, Database* db,
try
{
res = _sax.parse(&file);
LinkChilds();
}
catch (const char* s)
{