]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.cpp
const'ify/use reference. Remove unused variable
[kdenlive] / src / recmonitor.cpp
index 6791184b9eb0aa44e8ea23df6deacecf2aedb185..58b24e65eb6e76624790fbca01e4096f4db31f68 100644 (file)
@@ -810,7 +810,7 @@ void RecMonitor::showWarningMessage(const QString &text, bool logAction)
     }
     else {
        video_frame->setText(QString("<qt>" + text + "<br><a href=\"http://kde.org\">" + i18n("Show log") + "</a>"));
-       connect(video_frame, SIGNAL(linkActivated (const QString &)), this, SLOT(slotShowLog()));
+       connect(video_frame, SIGNAL(linkActivated(QString)), this, SLOT(slotShowLog()));
     }
 #endif
 }