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

Function subfolderNameForFrame

libs/ui/KisFrameDataSerializer.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 QString subfolderNameForFrame(int frameId)
29 {
30 const int subfolderIndex = frameId & 0xff00;
31 return QString::number(subfolderIndex);
32 }
33
34 QString fileNameForFrame(int frameId) {
35 return QString("frame_%1").arg(frameId);

Callers 1

filePathForFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected