Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-18 20:08:32 +02:00
parent 790cdc5229
commit 99abc165d6
17 changed files with 274 additions and 119 deletions

View File

@@ -133,7 +133,8 @@ bool XmlProjectElementCollectionItem::isCollectionRoot() const
(the child must exist in the xml element collection)
@param collection_name : name of the child item to add.
*/
void XmlProjectElementCollectionItem::addChildAtPath(const QString &collection_name)
void XmlProjectElementCollectionItem::addChildAtPath(
const QString &collection_name)
{
if (collection_name.isEmpty())
return;