X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Frebuildgroupcommand.h;h=e9d864cd3ae1c55951d1612568fcff6b50448b6b;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=bc3354fc059a7bc436f112e5edfe17ed08df5c65;hpb=a9eee37bf60bfae1ce974d2bb3f4954c23e05664;p=kdenlive diff --git a/src/commands/rebuildgroupcommand.h b/src/commands/rebuildgroupcommand.h index bc3354fc..e9d864cd 100644 --- a/src/commands/rebuildgroupcommand.h +++ b/src/commands/rebuildgroupcommand.h @@ -29,9 +29,9 @@ class CustomTrackView; class RebuildGroupCommand : public QUndoCommand { public: - RebuildGroupCommand(CustomTrackView *view, int childTrack, GenTime childPos, QUndoCommand* parent = 0); - virtual void undo(); - virtual void redo(); + RebuildGroupCommand(CustomTrackView *view, int childTrack, const GenTime &childPos, QUndoCommand* parent = 0); + void undo(); + void redo(); private: CustomTrackView *m_view;