############################################################################## ################# setter methods and undo commands ########################## ##############################################################################
| 186 | // ################# setter methods and undo commands ########################## |
| 187 | // ############################################################################## |
| 188 | void Background::setEnabledAvailable(bool available) { |
| 189 | Q_D(Background); |
| 190 | d->enabledAvailable = available; |
| 191 | } |
| 192 | |
| 193 | void Background::setPositionAvailable(bool available) { |
| 194 | Q_D(Background); |
no outgoing calls
no test coverage detected