MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / detachFileInfo

Method detachFileInfo

src/ScintillaNext.cpp:726–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726void ScintillaNext::detachFileInfo(const QString &newName)
727{
728 setName(newName);
729
730 bufferType = ScintillaNext::New;
731}
732
733void ScintillaNext::setTemporary(bool temp)
734{

Callers 1

loadTempFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected