From b662d3c4f6c525f401d08ec710f4a76b0c30b0b7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 4 Aug 2018 22:37:24 +0000 Subject: fixed cdaudio, gme, sid and wildmidi plugins git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8228 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/gme/decodergmefactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/gme/decodergmefactory.h') diff --git a/src/plugins/Input/gme/decodergmefactory.h b/src/plugins/Input/gme/decodergmefactory.h index 3936f73a2..73e4b718c 100644 --- a/src/plugins/Input/gme/decodergmefactory.h +++ b/src/plugins/Input/gme/decodergmefactory.h @@ -36,7 +36,7 @@ public: DecoderProperties properties() const; Decoder *create(const QString &path, QIODevice *input); QList createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *ignoredFiles); - 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; -- cgit v1.2.3-13-gbd6f