]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.cpp
* Clean up profiles handling
[kdenlive] / src / monitormanager.cpp
index a8045c1d0543acbe0b217969b4f20e978923d072..62b1773d0cd1fa0cd9de42bc4371496932d54c94 100644 (file)
@@ -111,11 +111,11 @@ void MonitorManager::slotEnd() {
     else m_projectMonitor->slotEnd();
 }
 
-void MonitorManager::resetProfiles(QString prof) {
+void MonitorManager::resetProfiles() {
     activateMonitor("clip");
-    m_clipMonitor->resetProfile(prof);
+    m_clipMonitor->resetProfile();
     activateMonitor("project");
-    m_projectMonitor->resetProfile(prof);
+    m_projectMonitor->resetProfile();
     //m_projectMonitor->refreshMonitor(true);
 }