aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/sndfile/decodersndfilefactory.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-08-05 08:21:43 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-08-05 08:21:43 +0000
commit8d146b246e3da5d26b9501ca509a43ef4112e27d (patch)
treec2f6afa22262a836e2178786fdd43b6b269c21c0 /src/plugins/Input/sndfile/decodersndfilefactory.h
parentb662d3c4f6c525f401d08ec710f4a76b0c30b0b7 (diff)
downloadqmmp-8d146b246e3da5d26b9501ca509a43ef4112e27d.tar.gz
qmmp-8d146b246e3da5d26b9501ca509a43ef4112e27d.tar.bz2
qmmp-8d146b246e3da5d26b9501ca509a43ef4112e27d.zip
fixed remaing plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8229 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.h')
-rw-r--r--src/plugins/Input/sndfile/decodersndfilefactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.h b/src/plugins/Input/sndfile/decodersndfilefactory.h
index f15cea73e..3da0b57dc 100644
--- a/src/plugins/Input/sndfile/decodersndfilefactory.h
+++ b/src/plugins/Input/sndfile/decodersndfilefactory.h
@@ -34,7 +34,7 @@ public:
DecoderProperties properties() const;
Decoder *create(const QString &, QIODevice *);
QList<TrackInfo *> createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *);
- MetaDataModel* createMetaDataModel(const QString &path, QObject *parent = 0);
+ MetaDataModel* createMetaDataModel(const QString &path, bool readOnly = true, QObject *parent = 0);
void showSettings(QWidget *parent);
void showAbout(QWidget *parent);
QString translation() const;