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

Method ExportData

xml/exportdata.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37ExportData::ExportData(bool backup, bool cmdLine, QObject *parent) :
38 QObject(parent)
39{
40 this->backup = backup;
41 lastError = 0;
42 errorMessage = "";
43 this->cmdLine = cmdLine;
44 lids.empty();
45}
46
47
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected