]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.cpp
* Be more clever when adding several clips to a project
[kdenlive] / src / projectitem.cpp
index c0981e1575bd97eb719a013ef8ce19276a4ed39c..4e83180bafc015f93cc42efbb23bde6b277d00c1 100644 (file)
@@ -93,7 +93,7 @@ ProjectItem::ProjectItem(QTreeWidget * parent, DocClipBase *clip)
     if (name.isEmpty()) name = KUrl(m_clip->getProperty("resource")).fileName();
     m_clipType = (CLIPTYPE) m_clip->getProperty("type").toInt();
     setText(1, name);
-    kDebug() << "PROJECT ITE;. ADDING LCIP: " << m_clipId;
+    //kDebug() << "PROJECT ITE;. ADDING LCIP: " << m_clipId;
 }
 
 ProjectItem::ProjectItem(QTreeWidgetItem * parent, DocClipBase *clip)
@@ -106,7 +106,7 @@ ProjectItem::ProjectItem(QTreeWidgetItem * parent, DocClipBase *clip)
     if (name.isEmpty()) name = KUrl(m_clip->getProperty("resource")).fileName();
     m_clipType = (CLIPTYPE) m_clip->getProperty("type").toInt();
     setText(1, name);
-    kDebug() << "PROJECT ITE;. ADDING LCIP: " << m_clipId;
+    //kDebug() << "PROJECT ITE;. ADDING LCIP: " << m_clipId;
 }