X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=5c36eb9ada3da9d9fc16bd7253f33cbc0cbf6e54;hb=16908c324b85a10cf06914ffcb1a5e95a9de90ca;hp=c3494a6749adee8cfeb0afc2b76fe219234dc2a1;hpb=842f74bf9dbf077c51e120e4169eaedb8a7951fb;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c3494a67..5c36eb9a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1422,6 +1422,7 @@ void MainWindow::setupActions() connect(deleteAllClipMarkers, SIGNAL(triggered(bool)), this, SLOT(slotDeleteAllClipMarkers())); KAction* editClipMarker = new KAction(KIcon("document-properties"), i18n("Edit Marker"), this); + editClipMarker->setData(QString("edit_marker")); collection.addAction("edit_clip_marker", editClipMarker); connect(editClipMarker, SIGNAL(triggered(bool)), this, SLOT(slotEditClipMarker()));