| 1623 | } |
| 1624 | |
| 1625 | void TOPPASScene::setChanged(bool b) |
| 1626 | { |
| 1627 | if (changed_ != b) |
| 1628 | { |
| 1629 | changed_ = b; |
| 1630 | emit mainWindowNeedsUpdate(); |
| 1631 | } |
| 1632 | } |
| 1633 | |
| 1634 | bool TOPPASScene::wasChanged() const |
| 1635 | { |
no outgoing calls
no test coverage detected