MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / dirty

Method dirty

src/texteditor.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void TextEditor::dirty(bool b)
149{
150 m_dirty = b;
151}
152
153bool TextEditor::dirty() const
154{

Callers 1

canCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected