Mercurial > hg > svapp
diff framework/SVFileReader.h @ 595:b23bebfdfaba
Untabify
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 18:02:22 +0000 |
parents | 0f82c719d885 |
children | 10046d544e76 |
line wrap: on
line diff
--- a/framework/SVFileReader.h Tue Mar 07 11:48:29 2017 +0000 +++ b/framework/SVFileReader.h Thu Mar 01 18:02:22 2018 +0000 @@ -168,7 +168,7 @@ public: SVFileReader(Document *document, - SVFileReaderPaneCallback &callback, + SVFileReaderPaneCallback &callback, QString location = ""); // for audio file locate mechanism virtual ~SVFileReader(); @@ -182,15 +182,15 @@ void setCurrentPane(Pane *pane) { m_currentPane = pane; } virtual bool startElement(const QString &namespaceURI, - const QString &localName, - const QString &qName, - const QXmlAttributes& atts); + const QString &localName, + const QString &qName, + const QXmlAttributes& atts); virtual bool characters(const QString &); virtual bool endElement(const QString &namespaceURI, - const QString &localName, - const QString &qName); + const QString &localName, + const QString &qName); bool error(const QXmlParseException &exception); bool fatalError(const QXmlParseException &exception);