diff options
Diffstat (limited to 'src/plugins/PlayListFormats/pls/plsplaylistformat.h')
| -rw-r--r-- | src/plugins/PlayListFormats/pls/plsplaylistformat.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/PlayListFormats/pls/plsplaylistformat.h b/src/plugins/PlayListFormats/pls/plsplaylistformat.h index 4d770ee74..42fbb48f6 100644 --- a/src/plugins/PlayListFormats/pls/plsplaylistformat.h +++ b/src/plugins/PlayListFormats/pls/plsplaylistformat.h @@ -35,14 +35,10 @@ class PLSPlaylistFormat : public QObject, public PlayListFormat Q_OBJECT Q_INTERFACES(PlayListFormat) public: - PLSPlaylistFormat(); - virtual QStringList getExtensions()const; - virtual bool hasFormat(const QString&); - virtual QStringList decode(const QString& contents); - virtual QString encode(const QList<PlayListItem*>& contents); - virtual QString name()const; -protected: - QStringList m_supported_formats; + const PlayListFormatProperties properties() const; + QStringList decode(const QString& contents); + QString encode(const QList<PlayListItem*>& contents); + }; #endif |
