diff plugin/PluginXml.h @ 1580:c01cbe41aeb5 fix-static-analysis

Use override throughout
author Chris Cannam
date Mon, 26 Nov 2018 13:48:45 +0000
parents 4c000e196bf1
children ad5f892c0c4d
line wrap: on
line diff
--- a/plugin/PluginXml.h	Thu Nov 22 14:55:18 2018 +0000
+++ b/plugin/PluginXml.h	Mon Nov 26 13:48:45 2018 +0000
@@ -30,9 +30,9 @@
     /**
      * Export plugin settings to XML.
      */
-    virtual void toXml(QTextStream &stream,
+    void toXml(QTextStream &stream,
                        QString indent = "",
-                       QString extraAttributes = "") const;
+                       QString extraAttributes = "") const override;
 
     /**
      * Set the parameters and program of a plugin from a set of XML