NOISSUE implement LEgacy instance migration
This commit is contained in:
parent
eac892965e
commit
2b998bb8cc
9 changed files with 179 additions and 62 deletions
|
@ -28,6 +28,9 @@ public:
|
|||
// import zipped instance into this provider
|
||||
Task * zipImportTask(const QUrl sourceUrl, const QString &instName, const QString &instGroup, const QString &instIcon);
|
||||
|
||||
// migrate an instance to the current format
|
||||
Task * legacyUpgradeTask(const InstancePtr& oldInstance);
|
||||
|
||||
/**
|
||||
* Create a new empty staging area for instance creation and @return a path/key top commit it later.
|
||||
* Used by instance manipulation tasks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue