Extend quoting for AutomatableModels
This now also quotes, if required: - non automated models - models controlled by controller
This commit is contained in:
@@ -283,6 +283,8 @@ protected:
|
||||
|
||||
|
||||
private:
|
||||
static bool mustQuoteName(const QString &name);
|
||||
|
||||
virtual void saveSettings( QDomDocument& doc, QDomElement& element )
|
||||
{
|
||||
saveSettings( doc, element, "value" );
|
||||
|
||||
Reference in New Issue
Block a user