]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.h
some work on settings dialog (mlt path) and start of profiles management dialog
[kdenlive] / src / monitormanager.h
index 075b63694775329c590a23672145f1e1447d3d44..4ce7db23309a1da3a3c5cc5c7d69dbe32bd7c0b7 100644 (file)
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2007 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program is distributed in the hope that it will be useful,       *
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
+ *   GNU General Public License for more details.                          *
+ *                                                                         *
+ *   You should have received a copy of the GNU General Public License     *
+ *   along with this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
+ ***************************************************************************/
+
+
 #ifndef MONITORMANAGER_H
 #define MONITORMANAGER_H
 
@@ -12,12 +32,13 @@ class MonitorManager : public QObject
   
   public:
     MonitorManager(QWidget *parent=0);
-
     void initMonitors(Monitor *clipMonitor, Monitor *projectMonitor);
-    void activateMonitor(QString name);
     Timecode timecode();
     void setTimecode(Timecode tc);
 
+  public slots:
+    void activateMonitor(QString name = QString::null);
+
   private:
     Monitor *m_clipMonitor;
     Monitor *m_projectMonitor;