MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / setCompressedFileSize

Method setCompressedFileSize

src/filetreeitem.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 void setFileSize(uint64_t size) { m_fileSize.override(size); }
121
122 void setCompressedFileSize(uint64_t compressedSize)
123 {
124 m_compressedFileSize.override(compressedSize);
125 }
126
127 const QString& realPath() const { return m_realPath; }
128

Callers 1

updateFileItemMethod · 0.80

Calls 1

overrideMethod · 0.80

Tested by

no test coverage detected