| 35 | |
| 36 | |
| 37 | ExportData::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 |
nothing calls this directly
no outgoing calls
no test coverage detected