Cleanup comment

This commit is contained in:
Thomas Wilshaw
2020-09-28 14:33:58 +01:00
parent 5bb9cb0cca
commit 602f96b2b6
2 changed files with 2 additions and 2 deletions
@@ -577,7 +577,6 @@ ProjectExplorer::FootageDeleteResponse ProjectExplorer::DeleteWarningMessage()
{
QMessageBox msgBox;
msgBox.setText(tr("This footage is in use."));
msgBox.setInformativeText(tr("Do you want to offline the footage or entirely delete it from the timeline?"));
QPushButton* offline = msgBox.addButton(tr("Offline Footage"), QMessageBox::ApplyRole);
QPushButton* deleteClips = msgBox.addButton(tr("Delete Clips"), QMessageBox::ApplyRole);
msgBox.setStandardButtons(QMessageBox::Cancel);
+2 -1
View File
@@ -117,7 +117,8 @@ private:
/**
* @brief Check if an item is in use anywhere and return any relevant input nodes
* Returns a QList as Footage has two streams that need to be handled
*
* Returns a QMap pairing a Footage node to its StreamPtr
*/
QMap<Node*, StreamPtr> GetFootageNodes(Item* item);