]> git.sesse.net Git - kdenlive/blobdiff - src/addtransitioncommand.h
Don't crash when wrong sdl driver was selected by user (needs MLT patch):
[kdenlive] / src / addtransitioncommand.h
index 67c3383b8b9fb71533a62ad09b3b6378db36b032..0f09c57d5fffe6fa4c483893e381f758dd547ce8 100644 (file)
@@ -15,8 +15,8 @@
  *                                                                         *
  ***************************************************************************/
 
-#ifndef TIMELINETRANSITIONCOMMAND_H
-#define TIMELINETRANSITIONCOMMAND_H
+#ifndef ADDTRANSITIONCOMMAND_H
+#define ADDTRANSITIONCOMMAND_H
 
 #include <QUndoCommand>
 #include <QGraphicsView>
@@ -29,7 +29,8 @@
 class CustomTrackView;
 
 
-class AddTransitionCommand : public QUndoCommand {
+class AddTransitionCommand : public QUndoCommand
+{
 public:
     AddTransitionCommand(CustomTrackView *view, ItemInfo info, int transitiontrack, QDomElement params, bool remove, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();