X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommands%2Feditguidecommand.h;h=b317f8397c3a3a1e40fa30651ac679f7fe02c400;hb=12444d4f7225efd002aea05a68cab73380760480;hp=b271220c15e423d5f065b97a6bc403f6840bb344;hpb=79a58d4bd2faf4d6ee6576acc70219e95efb2865;p=kdenlive diff --git a/src/commands/editguidecommand.h b/src/commands/editguidecommand.h index b271220c..b317f839 100644 --- a/src/commands/editguidecommand.h +++ b/src/commands/editguidecommand.h @@ -19,10 +19,6 @@ #define GUIDECOMMAND_H #include -#include -#include -#include -#include #include "gentime.h" #include "definitions.h" @@ -32,9 +28,9 @@ class CustomTrackView; class EditGuideCommand : public QUndoCommand { public: - EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt, QUndoCommand * parent = 0); - virtual void undo(); - virtual void redo(); + EditGuideCommand(CustomTrackView *view, const GenTime &oldPos, const QString &oldcomment, const GenTime &pos, const QString &comment, bool doIt, QUndoCommand * parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;