From c2e4822e858170f5cbd62afc8a4329836ce78762 Mon Sep 17 00:00:00 2001 From: Bart De Vries Date: Tue, 20 Apr 2021 14:16:59 +0200 Subject: [PATCH] Remove double definition of duration property in enclosure --- src/enclosure.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/enclosure.h b/src/enclosure.h index 691cdb96..6fc8f5b7 100644 --- a/src/enclosure.h +++ b/src/enclosure.h @@ -18,7 +18,6 @@ class Enclosure : public QObject { Q_OBJECT - Q_PROPERTY(int duration MEMBER m_duration CONSTANT) Q_PROPERTY(int size READ size WRITE setSize NOTIFY sizeChanged) Q_PROPERTY(QString title MEMBER m_title CONSTANT) Q_PROPERTY(QString type MEMBER m_type CONSTANT)