MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / FindReplaceAction

Enum FindReplaceAction

tests/testeditor.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209enum FindReplaceAction {
210 NEXT,
211 PREVIOUS,
212 REPLACE,
213 REPLACE_AND_FIND,
214 REPLACE_ALL
215};
216
217Q_DECLARE_METATYPE(FindReplaceAction);
218

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected