]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveeffectcommand.cpp
nepomuk: fix warning
[kdenlive] / src / commands / moveeffectcommand.cpp
index 50d49e491517c367b591ca6342622e5495740a65..a96fcc4016e1f42d40796c505b5b59f36863309f 100644 (file)
@@ -21,7 +21,7 @@
 #include "moveeffectcommand.h"
 #include "customtrackview.h"
 
-#include <KLocale>
+#include <KLocalizedString>
 #include <KDebug>
 
 MoveEffectCommand::MoveEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList<int> &oldPos, int newPos, QUndoCommand * parent) :
@@ -51,6 +51,7 @@ int MoveEffectCommand::id() const
 // virtual
 bool MoveEffectCommand::mergeWith(const QUndoCommand * other)
 {
+    Q_UNUSED(other)
     return false;
     /* dead code (flaged by coverity), was removed to avoid crash when dropping on group
     if (other->id() != id()) return false;