]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.cpp
Fix setting of scene dimensions in title
[kdenlive] / src / projectitem.cpp
index e1d66920eee7ee5ddf9e5c562335f33f6446beaa..7b3a335efde2394c2617a415c3ef522ee136cc9e 100644 (file)
 #include <KLocale>
 #include <KIcon>
 
-
-const int NameRole = Qt::UserRole;
-const int DurationRole = NameRole + 1;
-const int UsageRole = NameRole + 2;
-
+const int DurationRole = Qt::UserRole + 1;
 
 // folder
 ProjectItem::ProjectItem(QTreeWidget * parent, const QStringList & strings, const QString &clipId) :
@@ -207,7 +203,7 @@ void ProjectItem::slotSetToolTip()
         tip.append(i18n("Text clip") + "</b><br />" + clipUrl().path());
         break;
     case SLIDESHOW:
-        tip.append(i18n("Slideshow clip"));
+        tip.append(i18n("Slideshow clip") + "</b><br />" + clipUrl().directory());
         break;
     case VIRTUAL:
         tip.append(i18n("Virtual clip"));