MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / swapSwitchData

Method swapSwitchData

lib/legacy/switch-generic.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void SwitchWidget::swapSwitchData(SwitchWidget *s1, SwitchWidget *s2)
265{
266 SceneSwitcherEntry *t = s1->getSwitchData();
267 s1->setSwitchData(s2->getSwitchData());
268 s2->setSwitchData(t);
269}
270
271bool isPreviousScene(const QString &text)
272{

Callers

nothing calls this directly

Calls 2

getSwitchDataMethod · 0.45
setSwitchDataMethod · 0.45

Tested by

no test coverage detected