X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.cpp;h=a5a843b69697089c3e63a11f3815c7dad60df3ef;hb=96d7f5a694d5440a935562a441060a42b447a998;hp=a024e06c457862afa420e439ae48b1fc4828417d;hpb=c24658bd34221d735f0641c924b890e1a6be7101;p=kdenlive diff --git a/src/projectlist.cpp b/src/projectlist.cpp index a024e06c..a5a843b6 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -63,15 +63,15 @@ #include #ifdef USE_NEPOMUK -#include -#include -#include -//#include + #include + #include + #include + //#include #endif #ifdef USE_NEPOMUKCORE -#include -#include + #include + #include #endif #include @@ -975,7 +975,7 @@ void ProjectList::slotUpdateClipProperties(ProjectItem *clip, QMap setText(1, properties.value("description")); monitorItemEditing(true); #ifdef USE_NEPOMUK - if (KdenliveSettings::activate_nepomuk() && (type == AUDIO || type == VIDEO || type == AV || type == IMAGE || type == PLAYLIST)) { + if (KdenliveSettings::activate_nepomuk() && (type == Audio || type == Video || type == AV || type == Image || type == Playlist)) { // Use Nepomuk system to store clip description Nepomuk::Resource f(clip->clipUrl().path()); f.setDescription(properties.value("description"));