]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.cpp
Add, edit and delete markers from clip properties dialog
[kdenlive] / src / projectlist.cpp
index 8b2633044144763fc4390b311c1c3a120d07ed7e..7580fbf1ceb6955943eae18275d9fb2b8c51bf3d 100644 (file)
@@ -126,8 +126,7 @@ ProjectList::~ProjectList() {
     delete m_toolbar;
 }
 
-void ProjectList::slotEditClip()
-{
+void ProjectList::slotEditClip() {
     ProjectItem *item = static_cast <ProjectItem*>(listView->currentItem());
     if (item && !item->isGroup()) emit clipSelected(item->toXml());
     emit showClipProperties(item->referencedClip());