From 1cc4b9337707fa975cbf0f6885f1b7ab7a4c5fd4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 14 Sep 2018 20:58:05 +0000 Subject: removed Q_OBJECT from MetaDataModel git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8289 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.cpp | 2 +- src/plugins/Input/sndfile/decodersndfilefactory.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/sndfile') diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp index 5d3a62179..cc492fa00 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp +++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp @@ -208,7 +208,7 @@ QList DecoderSndFileFactory::createPlayList(const QString &path, Tr return QList() << info; } -MetaDataModel* DecoderSndFileFactory::createMetaDataModel(const QString&, bool, QObject *) +MetaDataModel* DecoderSndFileFactory::createMetaDataModel(const QString&, bool) { return 0; } diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.h b/src/plugins/Input/sndfile/decodersndfilefactory.h index 85d2445c0..205e0d668 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 createPlayList(const QString &path, TrackInfo::Parts parts, QStringList *); - MetaDataModel* createMetaDataModel(const QString &path, bool readOnly, QObject *parent = 0); + MetaDataModel* createMetaDataModel(const QString &path, bool readOnly); void showSettings(QWidget *parent); void showAbout(QWidget *parent); QString translation() const; -- cgit v1.2.3-13-gbd6f