MCPcopy Create free account
hub / github.com/Tom94/tev / watchFilesForChanges

Method watchFilesForChanges

src/ImageViewer.cpp:2273–2273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271}
2272
2273bool ImageViewer::watchFilesForChanges() const { return mWatchFilesForChangesButton->pushed(); }
2274
2275void ImageViewer::setWatchFilesForChanges(bool value) { mWatchFilesForChangesButton->set_pushed(value); }
2276

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected