# HG changeset patch # User Chris Cannam # Date 1568985518 -3600 # Node ID baafe1bb7e51d74d25aeb97e756cfe6737bde20b # Parent 9ab3be2433974dca0a5dccd9fce97dabcd953510 Fixes to export of time-frequency box model diff -r 9ab3be243397 -r baafe1bb7e51 base/Event.h --- a/base/Event.h Fri Sep 20 11:35:14 2019 +0100 +++ b/base/Event.h Fri Sep 20 14:18:38 2019 +0100 @@ -259,10 +259,12 @@ struct ExportNameOptions { ExportNameOptions() : - valueAtttributeName("value"), + valueAttributeName("value"), + levelAttributeName("level"), uriAttributeName("uri") { } - QString valueAtttributeName; + QString valueAttributeName; + QString levelAttributeName; QString uriAttributeName; }; @@ -275,13 +277,15 @@ stream << indent << QString("