X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feditguidecommand.h;h=b271220c15e423d5f065b97a6bc403f6840bb344;hb=85c527fabb60d9012b746752fca315ffb7a81a15;hp=327ffe28918e4488b7e6e8a6ff52173f6bf157ca;hpb=a04d51e10a7b1fcfde9407fbab1feb1be6b568e7;p=kdenlive diff --git a/src/editguidecommand.h b/src/editguidecommand.h index 327ffe28..b271220c 100644 --- a/src/editguidecommand.h +++ b/src/editguidecommand.h @@ -29,7 +29,8 @@ class CustomTrackView; -class EditGuideCommand : public QUndoCommand { +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();