Add missing getVersion and location for quality

It worked out because older plug-ins still defined this, but let's properly put it in here too.

Contributes to issue CURA-5054.
This commit is contained in:
Ghostkeeper 2018-03-09 13:47:19 +01:00
parent d8853b8a98
commit 970f1da810
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -33,6 +33,10 @@ def getMetaData():
"get_version": upgrade.getCfgVersion,
"location": {"./extruders"}
},
"quality": {
"get_version": upgrade.getCfgVersion,
"location": {"./quality"}
},
"quality_changes": {
"get_version": upgrade.getCfgVersion,
"location": {"./quality"}