X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmoveclipcommand.h;h=5b7d99ffecac95d1495be7a3dba530be8fd19886;hb=d5363787d623deff631d695dead90aabba0610a3;hp=933318887488c3f80402493d57b22115d0da6bf4;hpb=c42a026234a44a2d766e57bc64a6ac7bbd094000;p=kdenlive diff --git a/src/moveclipcommand.h b/src/moveclipcommand.h index 93331888..5b7d99ff 100644 --- a/src/moveclipcommand.h +++ b/src/moveclipcommand.h @@ -21,12 +21,9 @@ #ifndef MOVECLIPCOMMAND_H #define MOVECLIPCOMMAND_H -#include -#include -#include -#include #include "definitions.h" +#include class CustomTrackView; @@ -42,6 +39,7 @@ private: const ItemInfo m_startPos; const ItemInfo m_endPos; bool m_doIt; + bool m_refresh; }; #endif