MCPcopy Create free account
hub / github.com/KDE/krita / fileNameForFrame

Function fileNameForFrame

libs/ui/KisFrameDataSerializer.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 QString fileNameForFrame(int frameId) {
35 return QString("frame_%1").arg(frameId);
36 }
37
38 QString filePathForFrame(int frameId)
39 {

Callers 1

filePathForFrameFunction · 0.85

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected