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

Method getPath

src/ScintillaNext.cpp:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300QString ScintillaNext::getPath() const
301{
302 Q_ASSERT(isFile());
303
304 return QDir::toNativeSeparators(fileInfo.canonicalPath());
305}
306
307QString ScintillaNext::getFilePath() const
308{

Callers 3

getDefaultDirectoryMethod · 0.80
editorActivatedMethod · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected