]> git.sesse.net Git - kdenlive/commitdiff
Fix unused parameter warning in ProjectList
authorTill Theato <root@ttill.de>
Tue, 3 Jan 2012 23:00:56 +0000 (00:00 +0100)
committerTill Theato <root@ttill.de>
Tue, 3 Jan 2012 23:00:56 +0000 (00:00 +0100)
src/projectlist.cpp

index eca508b16bbd4fb1d176bd7f82a8be092784846d..7aba4bc23520eac100ea7ce960845ec049741ee1 100644 (file)
@@ -2780,6 +2780,8 @@ void ProjectList::slotCheckJobProcess()
 
 void ProjectList::slotAbortProxy(const QString id, const QString path)
 {
+    Q_UNUSED(path)
+
     ProjectItem *item = getItemById(id);
     if (!item) return;
     if (!item->isProxyRunning()) slotGotProxy(item);