diff base/XmlExportable.h @ 1527:710e6250a401 zoom

Merge from default branch
author Chris Cannam
date Mon, 17 Sep 2018 13:51:14 +0100
parents 48e9f538e6e9
children ad5f892c0c4d
line wrap: on
line diff
--- a/base/XmlExportable.h	Mon Dec 12 15:18:52 2016 +0000
+++ b/base/XmlExportable.h	Mon Sep 17 13:51:14 2018 +0100
@@ -40,7 +40,7 @@
      * Do not override this unless you really know what you're doing.
      */
     virtual QString toXmlString(QString indent = "",
-				QString extraAttributes = "") const;
+                                QString extraAttributes = "") const;
 
     static QString encodeEntities(QString);