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

Method getFilePath

src/ScintillaNext.cpp:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307QString ScintillaNext::getFilePath() const
308{
309 Q_ASSERT(isFile());
310
311 return QDir::toNativeSeparators(fileInfo.canonicalFilePath());
312}
313
314void ScintillaNext::setFoldMarkers(const QString &type)
315{

Callers 14

initMethod · 0.80
saveSessionMethod · 0.80
addEditorMethod · 0.80
editorRenamedMethod · 0.80
storeFileDetailsMethod · 0.80
newFileEntryMethod · 0.80
MainWindowMethod · 0.80
reloadFileMethod · 0.80
moveFileToTrashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected