MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / MimeInlineFile

Method MimeInlineFile

email/mimeinlinefile.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21/* [1] Constructors and Destructors */
22
23MimeInlineFile::MimeInlineFile(QFile *f)
24 : MimeFile(f)
25{
26}
27
28MimeInlineFile::~MimeInlineFile()
29{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected