Extend quoting for AutomatableModels

This now also quotes, if required:

- non automated models
- models controlled by controller
This commit is contained in:
Johannes Lorenz
2019-01-01 20:58:16 +01:00
parent aa0ce7fc54
commit ee05523319
2 changed files with 41 additions and 5 deletions

View File

@@ -283,6 +283,8 @@ protected:
private:
static bool mustQuoteName(const QString &name);
virtual void saveSettings( QDomDocument& doc, QDomElement& element )
{
saveSettings( doc, element, "value" );