MCPcopy Create free account
hub / github.com/Tencent/libpag / getFilePath

Method getFilePath

viewer/src/rendering/PAGView.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QString PAGView::getFilePath() const {
151 if (pagFile == nullptr) {
152 return "";
153 }
154
155 return QString::fromLocal8Bit(pagFile->path().data());
156}
157
158QString PAGView::getDisplayedTime() const {
159 int64_t displayedTime =

Callers 1

openFileMethod · 0.45

Calls 2

dataMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected