MCPcopy Create free account
hub / github.com/cxasm/notepad-- / fileSuffix

Function fileSuffix

src/cceditor/ccnotepad.cpp:5187–5191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5185}
5186
5187static QString fileSuffix(const QString& filePath)
5188{
5189 QFileInfo fi(filePath);
5190 return fi.suffix();
5191}
5192
5193//打开之前保存的恢复文件
5194bool CCNotePad::tryRestoreFile(QString filePath)

Callers 1

openFileMethod · 0.70

Calls 1

suffixMethod · 0.80

Tested by

no test coverage detected