| 2271 | } |
| 2272 | |
| 2273 | bool ImageViewer::watchFilesForChanges() const { return mWatchFilesForChangesButton->pushed(); } |
| 2274 | |
| 2275 | void ImageViewer::setWatchFilesForChanges(bool value) { mWatchFilesForChangesButton->set_pushed(value); } |
| 2276 |
nothing calls this directly
no outgoing calls
no test coverage detected