You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (auto s = dynamic_cast<SubnetWidget*>(getModule(item)))
1333
+
{
1334
+
deleteTheseFirst.append(item);
1335
+
}
1336
+
}
1337
+
deleteImpl(deleteTheseFirst);
1329
1338
scene_->clear();
1330
1339
//TODO: this (unwritten) method does not need to be called here. the dtors of all the module widgets get called when the scene_ is cleared, which triggered removal from the underlying network.
1331
1340
// we'll need a similar hook when programming the scripting interface (moduleWidgets<->modules).
0 commit comments