X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feditguidecommand.cpp;h=20933a3c8e760fe06e0b7b04b4e8cdd7cd765ae5;hb=842f74bf9dbf077c51e120e4169eaedb8a7951fb;hp=dd22fd2ac6f0f81d685db72d83164e687f05d00a;hpb=5ee798aed90c5a3a50024e6b5bd26753e03ec7cc;p=kdenlive diff --git a/src/editguidecommand.cpp b/src/editguidecommand.cpp index dd22fd2a..20933a3c 100644 --- a/src/editguidecommand.cpp +++ b/src/editguidecommand.cpp @@ -24,10 +24,10 @@ EditGuideCommand::EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt, QUndoCommand * parent) : QUndoCommand(parent), m_view(view), - m_oldPos(oldPos), m_oldcomment(oldcomment), - m_pos(pos), m_comment(comment), + m_oldPos(oldPos), + m_pos(pos), m_doIt(doIt) { if (m_oldcomment.isEmpty()) setText(i18n("Add guide"));