]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
- Fix split audio with locked audio tracks
[kdenlive] / src / projectlist.h
index 02753668dac41c3f57d96497364704accfd454f1..376c9c60c5183108e756ae749dc8cfb29a117543 100644 (file)
@@ -174,6 +174,7 @@ public slots:
     /** @brief Prepares removing the selected items. */
     void slotRemoveClip();
     void slotAddClip(const QList <QUrl> givenList = QList <QUrl> (), const QString &groupName = QString(), const QString &groupId = QString());
+
     /** @brief Adds, edits or deletes a folder item.
     *
     * This is triggered by AddFolderCommand and EditFolderCommand. */
@@ -228,6 +229,7 @@ private slots:
     void slotAddSlideshowClip();
     void slotAddTitleClip();
     void slotAddTitleTemplateClip();
+
     /** @brief Shows the context menu after enabling and disabling actions based on the item's type.
     * @param pos The position where the menu should pop up
     * @param item The item for which the checks should be done */