mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Wrap code for better readability
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user