]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.cpp
Comment out names of unused parameters [PATCH by Ray Lehtiniemi]
[kdenlive] / src / kdenlivedoc.cpp
index 2b230524b16953da3f19c2402fe6e9e7935459f2..388de5851600323c684972fbb07d01bfe20a8887 100644 (file)
@@ -1481,7 +1481,7 @@ DocClipBase *KdenliveDoc::getBaseClip(const QString &clipId) {
     return m_clipManager->getClipById(clipId);
 }
 
-void KdenliveDoc::slotCreateTextClip(QString group, const QString &groupId) {
+void KdenliveDoc::slotCreateTextClip(QString /*group*/, const QString &/*groupId*/) {
     QString titlesFolder = projectFolder().path() + "/titles/";
     KStandardDirs::makeDir(titlesFolder);
     TitleWidget *dia_ui = new TitleWidget(KUrl(), titlesFolder, m_render, kapp->activeWindow());