Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ fileSuffix
Function
fileSuffix
src/encodeconvert.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
const int ITEM_CODE = Qt::UserRole + 1;
17
18
static QString fileSuffix(const QString& filePath)
19
{
20
QFileInfo fi(filePath);
21
return fi.suffix();
22
}
23
24
static QString getFileSizeFormat(qint64 size)
25
{
Callers
2
scanFileCode
Method · 0.70
slot_startConvert
Method · 0.70
Calls
1
suffix
Method · 0.80
Tested by
no test coverage detected