MCPcopy Create free account
hub / github.com/SpartanJ/eepp / change

Function change

include/eepp/ui/models/modeleditingdelegate.hpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 onRollback();
73 }
74 void change() {
75 if ( onChange )
76 onChange();
77 }
78
79 private:
80 std::shared_ptr<Model> mModel;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected