From f33651cfeacdc62d6b56de27cf4e433f26ce2d07 Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Artaud Date: Mon, 13 Jan 2014 21:52:14 +0100 Subject: [PATCH] Fix compile with Nepomuk activated. --- src/projectlist.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/projectlist.cpp b/src/projectlist.cpp index a024e06c..04150d1e 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -974,13 +974,13 @@ 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)) { +//#ifdef USE_NEPOMUK + 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")); } -#endif +//#endif emit projectModified(); } } -- 2.39.2