aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpc/decodermpcfactory.h
diff options
context:
space:
mode:
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 facaa4a9d..8dcf3e95b 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, bool readOnly = true, QObject *parent = 0);
+ MetaDataModel* createMetaDataModel(const QString &path, bool readOnly, QObject *parent = 0);
void showSettings(QWidget *parent);
void showAbout(QWidget *parent);
QString translation() const;