Constructor. If full == true then this is a restore. if full=false then this is considered an import. The only real difference is that an import automatically gets a new guid and is always considered "dirty" where an import will keep the guid and will obey the tag in the note.
| 48 | //* <dirty> tag in the note. |
| 49 | //*********************************************************** |
| 50 | BatchImport::BatchImport(QObject *parent) : QObject(parent) |
| 51 | { |
| 52 | } |
| 53 | |
| 54 | |
| 55 | //*********************************************************** |
nothing calls this directly
no outgoing calls
no test coverage detected