Install and cloud-subscribe a package when after agreeing to the license

CURA-6983
This commit is contained in:
Nino van Hooff 2020-01-10 14:20:58 +01:00
parent 1cf3cd8228
commit 35695e5ab6
5 changed files with 51 additions and 9 deletions

View file

@ -19,7 +19,7 @@ class LicensePresenter(QObject):
super().__init__()
self._dialog = None # type: Optional[QObject]
self._package_manager = app.getPackageManager() # type: PackageManager
# Emits List[Dict[str, str]] containing for example
# Emits List[Dict[str, [Any]] containing for example
# [{ "package_id": "BarbarianPlugin", "package_path" : "/tmp/dg345as", "accepted" : True }]
self.licenseAnswers = Signal()