MCPcopy Create free account
hub / github.com/IENT/YUView / getAbsoluteFilePath

Method getAbsoluteFilePath

YUViewLib/src/filesource/FileSource.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140QString FileSource::getAbsoluteFilePath() const
141{
142 return this->isFileOpened ? this->fileInfo.absoluteFilePath() : QString();
143}
144
145FileSource::fileFormat_t FileSource::guessFormatFromFilename() const
146{

Calls

no outgoing calls

Tested by

no test coverage detected