mirror of
https://github.com/KDE/kasts.git
synced 2025-01-16 02:21:13 +01:00
Remove double definition of duration property in enclosure
This commit is contained in:
parent
68771f4911
commit
c2e4822e85
@ -18,7 +18,6 @@ class Enclosure : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
Q_PROPERTY(int duration MEMBER m_duration CONSTANT)
|
|
||||||
Q_PROPERTY(int size READ size WRITE setSize NOTIFY sizeChanged)
|
Q_PROPERTY(int size READ size WRITE setSize NOTIFY sizeChanged)
|
||||||
Q_PROPERTY(QString title MEMBER m_title CONSTANT)
|
Q_PROPERTY(QString title MEMBER m_title CONSTANT)
|
||||||
Q_PROPERTY(QString type MEMBER m_type CONSTANT)
|
Q_PROPERTY(QString type MEMBER m_type CONSTANT)
|
||||||
|
Loading…
Reference in New Issue
Block a user