MCPcopy Create free account
hub / github.com/dalboris/vpaint / removeObserver

Method removeObserver

src/Gui/VectorAnimationComplex/Cell.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void Cell::removeObserver(CellObserver * observer)
108{
109 observers_.remove(observer);
110}
111
112int Cell::dimension()
113{

Callers 1

unobserveMethod · 0.80

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected