Skip to content
Snippets Groups Projects
Commit d7e9ecaa authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent 6ddea05e
No related branches found
No related tags found
1 merge request!1203merge exec_spanZ into spanZ; add "Item" to some function names in GUI
......@@ -139,8 +139,8 @@ QVector<ItemWithParticles*> CompoundItem::particles() const
return output;
}
SelectionProperty<ItemWithParticlesCatalog>& CompoundItem::addParticleItem(
ItemWithParticles* particle)
SelectionProperty<ItemWithParticlesCatalog>&
CompoundItem::addParticleItem(ItemWithParticles* particle)
{
SelectionProperty<ItemWithParticlesCatalog> newParticleSelection;
newParticleSelection.setCurrentItem(particle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment