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

Method omitModifications

src/ScintillaNext.cpp:412–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412void ScintillaNext::omitModifications()
413{
414 // If file modifications will be omitted just update file timestamp
415 // so pop-up will be displayed only once per file modifications.
416 updateTimestamp();
417 setTemporary(true);
418
419 return;
420}
421
422QFileDevice::FileError ScintillaNext::saveAs(const QString &newFilePath)
423{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected