From 2b998bb8cc8e83efafb20ed2fbe1a245d4d5ec5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 26 Sep 2017 13:38:34 +0200 Subject: NOISSUE implement LEgacy instance migration --- api/logic/FolderInstanceProvider.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'api/logic/FolderInstanceProvider.h') diff --git a/api/logic/FolderInstanceProvider.h b/api/logic/FolderInstanceProvider.h index b3c6d955..a8d1a7bf 100644 --- a/api/logic/FolderInstanceProvider.h +++ b/api/logic/FolderInstanceProvider.h @@ -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. -- cgit v1.2.3