refurbished old style item creation.

This commit is contained in:
2025-08-22 23:07:56 +02:00
parent c8e59b10db
commit 769ad2b002
5 changed files with 20 additions and 70 deletions

View File

@@ -48,6 +48,7 @@ XQItem* XQMainModel::addProjectItem( XQNodePtr contentNode )
// wir durchsuchen alle unsere section nach dem passenden content-type,
// hier: content-type beschreibt die
/*
for(const auto& section : _sections )
{
@@ -76,7 +77,8 @@ XQItem* XQMainModel::addProjectItem( XQNodePtr contentNode )
}
}
.
*/
throw XQException( "addProjectItem: main model should not be empty!" );
}