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

Method getFileInfo

src/ScintillaNext.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293QFileInfo ScintillaNext::getFileInfo() const
294{
295 Q_ASSERT(isFile());
296
297 return fileInfo;
298}
299
300QString ScintillaNext::getPath() const
301{

Callers 3

detectLanguageMethod · 0.80
getEditorByFilePathMethod · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected