]> git.sesse.net Git - kdenlive/blobdiff - src/addclipcommand.h
project tree view: Add drag and drop support
[kdenlive] / src / addclipcommand.h
index 2fb455bd80b017736cf78cf7a6dba1d42bcdf0d3..705815dd5fbbbc4ea5d36c2b68e47b128569d829 100644 (file)
@@ -29,7 +29,7 @@
 class AddClipCommand : public QUndoCommand
  {
  public:
-     AddClipCommand(ProjectList *list, const QStringList &names, const QDomElement &xml, const int id, const KUrl &url, bool doIt);
+     AddClipCommand(ProjectList *list, const QStringList &names, const QDomElement &xml, const int id, const KUrl &url, const QString &group, bool doIt);
 
     virtual void undo();
     virtual void redo();
@@ -41,6 +41,7 @@ class AddClipCommand : public QUndoCommand
      int m_id;
      KUrl m_url;
      bool m_doIt;
+     QString m_group;
  };
 
 #endif