aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/xspf/xspfplaylistformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/PlayListFormats/xspf/xspfplaylistformat.h')
-rw-r--r--src/plugins/PlayListFormats/xspf/xspfplaylistformat.h2
1 files changed, 1 insertions, 1 deletions
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<PlayListTrack*> decode(const QByteArray &contents) override;
QByteArray encode(const QList<PlayListTrack*> &contents, const QString &path) override;
};