Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
293
QFileInfo ScintillaNext::getFileInfo() const
294
{
295
Q_ASSERT(isFile());
296
297
return fileInfo;
298
}
299
300
QString ScintillaNext::getPath() const
301
{
Callers
3
detectLanguage
Method · 0.80
getEditorByFilePath
Method · 0.80
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected