]> git.sesse.net Git - kdenlive/blobdiff - src/subprojectitem.cpp
Cleaning code style of Definitions.
[kdenlive] / src / subprojectitem.cpp
index b03ed5ca9e9eeae2c4951555309e80b622438ac6..ae6388b093a8eb9869b45ef1860b64295399c25a 100644 (file)
@@ -33,7 +33,7 @@ const int DurationRole = Qt::UserRole + 1;
 const int itemHeight = 30;
 
 SubProjectItem::SubProjectItem(double display_ratio, QTreeWidgetItem * parent, int in, int out, const QString &description) :
-        QTreeWidgetItem(parent, PROJECTSUBCLIPTYPE), m_in(in), m_out(out), m_description(description)
+        QTreeWidgetItem(parent, ProjectSubclipType), m_in(in), m_out(out), m_description(description)
 {
     setSizeHint(0, QSize((int) (itemHeight * display_ratio) + 2, itemHeight + 2));
     setFlags(Qt::ItemIsSelectable | Qt::ItemIsDragEnabled | Qt::ItemIsEnabled | Qt::ItemIsEditable | Qt::ItemIsDropEnabled);