Skip to content
Snippets Groups Projects
Commit afdb855b authored by Matthias Puchner's avatar Matthias Puchner
Browse files

temporary suppress warning until implemented

parent 227fd877
No related branches found
No related tags found
1 merge request!575Complete parameter tree builder, minor changes
Pipeline #52942 passed
......@@ -258,6 +258,7 @@ void SampleEditorController::setShellFormFactor(ParticleCoreShellForm* widget,
void SampleEditorController::removeParticle(ItemWithParticles* item)
{
Q_UNUSED(item);
// #baMigration ++ implement removeParticle
// ASSERT(m_multiLayerForm);
// // search for particle layout parent (the first which can be found)
......@@ -389,6 +390,7 @@ void SampleEditorController::setDensityRelatedValue(InterferenceItem* interferen
{
setDouble(newValue, d);
Q_UNUSED(interferenceItem);
// #baMigration +++ implement this
// -- notify the containing particle layout about changed value
// auto* particlelayoutItem = dynamic_cast<ParticleLayoutItem*>(interferenceItem->parent());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment