]> git.sesse.net Git - kdenlive/blobdiff - src/editkeyframecommand.cpp
Ensure that all base constructors are explicitly called.
[kdenlive] / src / editkeyframecommand.cpp
index 78934fa70d8649e47192c780671c9162f491f303..d946cc459772b2dab03cfdf39dc62abf4dd86ffd 100644 (file)
@@ -22,6 +22,7 @@
 #include <KLocale>
 
 EditKeyFrameCommand::EditKeyFrameCommand(CustomTrackView *view, const int track, GenTime pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt) :
+        QUndoCommand(),
         m_view(view),
         m_oldkfr(oldkeyframes),
         m_newkfr(newkeyframes),