1
0
mirror of https://github.com/KDE/kasts.git synced 2025-01-26 23:24:53 +01:00

Remove double definition of duration property in enclosure

This commit is contained in:
Bart De Vries 2021-04-20 14:16:59 +02:00
parent 68771f4911
commit c2e4822e85

View File

@ -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)