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

Method cut

MiniZincIDE/codeeditor.cpp:747–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745
746
747void CodeEditor::cut()
748{
749 highlighter->copyHighlightedToClipboard(textCursor());
750 textCursor().removeSelectedText();
751}
752
753void CodeEditor::checkFile(const QVector<MiniZincError>& mznErrors)
754{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected