aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpc/decodermpcfactory.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-08-04 21:46:14 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-08-04 21:46:14 +0000
commit89e33b8d34bfa667e69a3422b9b73806d83e53bf (patch)
tree00434d6874843504f6d5a4fcb30d303c8845a757 /src/plugins/Input/mpc/decodermpcfactory.h
parentc40c1ba38df9efce07a9f8372e6d357ff3c5d9b6 (diff)
downloadqmmp-89e33b8d34bfa667e69a3422b9b73806d83e53bf.tar.gz
qmmp-89e33b8d34bfa667e69a3422b9b73806d83e53bf.tar.bz2
qmmp-89e33b8d34bfa667e69a3422b9b73806d83e53bf.zip
mpc: fixed recent api support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8224 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc/decodermpcfactory.h')
-rw-r--r--src/plugins/Input/mpc/decodermpcfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mpc/decodermpcfactory.h b/src/plugins/Input/mpc/decodermpcfactory.h
index 3941166bf..facaa4a9d 100644
--- a/src/plugins/Input/mpc/decodermpcfactory.h
+++ b/src/plugins/Input/mpc/decodermpcfactory.h
@@ -33,7 +33,7 @@ public:
DecoderProperties properties() const;
Decoder *create(const QString &url, QIODevice *i);
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;