diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-08-04 22:15:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-08-04 22:15:52 +0000 |
| commit | 1ea609bbe5a5e83168ba77379439eaf1dc4ef475 (patch) | |
| tree | 9cc0894358925d74e5f87b14e302fe97cc3d32c9 /src/plugins/Input/opus/decoderopusfactory.h | |
| parent | 37328c16f51e5bd6f900433c710f26dc8874af6f (diff) | |
| download | qmmp-1ea609bbe5a5e83168ba77379439eaf1dc4ef475.tar.gz qmmp-1ea609bbe5a5e83168ba77379439eaf1dc4ef475.tar.bz2 qmmp-1ea609bbe5a5e83168ba77379439eaf1dc4ef475.zip | |
opus: recent api support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8226 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/opus/decoderopusfactory.h')
| -rw-r--r-- | src/plugins/Input/opus/decoderopusfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/opus/decoderopusfactory.h b/src/plugins/Input/opus/decoderopusfactory.h index 2e1b2e3a8..ea41d3dd8 100644 --- a/src/plugins/Input/opus/decoderopusfactory.h +++ b/src/plugins/Input/opus/decoderopusfactory.h @@ -36,7 +36,7 @@ public: bool canDecode(QIODevice *input) const; DecoderProperties properties() const; Decoder *create(const QString &path, QIODevice *input); - MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0); + MetaDataModel* createMetaDataModel(const QString &path, bool readOnly = true, QObject *parent = 0); QList<TrackInfo *> createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *); QObject* showDetails(QWidget *parent, const QString &path); void showSettings(QWidget *parent); |
