Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ setModified
Method
setModified
src/qscint/src/qscidocument.cpp:148–151 ·
view source on GitHub ↗
Set the modified state of the document.
Source
from the content-addressed store, hash-verified
146
147
// Set the modified state of the document.
148
void QsciDocument::setModified(bool m)
149
{
150
pdoc->modified = m;
151
}
Callers
1
qt_static_metacall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected