X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.h;h=376c9c60c5183108e756ae749dc8cfb29a117543;hb=6c43f987273f567fa7659d5a4ad3a5e73f6e5b73;hp=02753668dac41c3f57d96497364704accfd454f1;hpb=9ed65c39988b2b1632fe7ae37dc3e99ec36a272b;p=kdenlive diff --git a/src/projectlist.h b/src/projectlist.h index 02753668..376c9c60 100644 --- a/src/projectlist.h +++ b/src/projectlist.h @@ -174,6 +174,7 @@ public slots: /** @brief Prepares removing the selected items. */ void slotRemoveClip(); void slotAddClip(const QList givenList = QList (), 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 */