From 8779e4c0e44f2827d0ccc6cfb78b40a88f4182b6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Apr 2020 12:37:24 +0000 Subject: changed playlist api git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9332 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlayListFormats/xspf/xspfplaylistformat.cpp | 2 +- src/plugins/PlayListFormats/xspf/xspfplaylistformat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/PlayListFormats/xspf') diff --git a/src/plugins/PlayListFormats/xspf/xspfplaylistformat.cpp b/src/plugins/PlayListFormats/xspf/xspfplaylistformat.cpp index e000c9b90..cbea9ea57 100644 --- a/src/plugins/PlayListFormats/xspf/xspfplaylistformat.cpp +++ b/src/plugins/PlayListFormats/xspf/xspfplaylistformat.cpp @@ -28,7 +28,7 @@ // Needs more work - it's better use libSpiff there and put it as plugin. -const PlayListFormatProperties XSPFPlaylistFormat::XSPFPlaylistFormat::properties() const +PlayListFormatProperties XSPFPlaylistFormat::XSPFPlaylistFormat::properties() const { PlayListFormatProperties p; p.filters << "*.xspf"; diff --git a/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h b/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h index a80a3bdfe..2a5f87410 100644 --- a/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h +++ b/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h @@ -36,7 +36,7 @@ class XSPFPlaylistFormat : public QObject, public PlayListFormat Q_PLUGIN_METADATA(IID "org.qmmp.qmmpui.PlayListFormatInterface.1.0") Q_INTERFACES(PlayListFormat) public: - const PlayListFormatProperties properties() const override; + PlayListFormatProperties properties() const override; QList decode(const QByteArray &contents) override; QByteArray encode(const QList &contents, const QString &path) override; }; -- cgit v1.2.3-13-gbd6f