]> git.sesse.net Git - kdenlive/blobdiff - src/renderwidget.cpp
Fix template title clips & some other title issues
[kdenlive] / src / renderwidget.cpp
index 416d83ca3a3f405d98d5ded0589ece81b3592f0e..1b2d53f98f2c577a1166e7dc523bfa38c568cf63 100644 (file)
@@ -1659,7 +1659,7 @@ QString RenderWidget::getFreeScriptName(const QString &prefix)
 void RenderWidget::slotPlayRendering(QTreeWidgetItem *item, int)
 {
     if (KdenliveSettings::defaultplayerapp().isEmpty() || item->data(1, Qt::UserRole + 2).toInt() != FINISHEDJOB) return;
-    const QByteArray startId = KStartupInfo::createNewStartupId ();
+    const QByteArray startId = KStartupInfo::createNewStartupId();
     const QString command = KdenliveSettings::defaultplayerapp() + ' ' + item->text(1);
     KRun::runCommand(command, KdenliveSettings::defaultplayerapp(), KdenliveSettings::defaultplayerapp(), this, startId);
 }