]> git.sesse.net Git - kdenlive/blobdiff - src/definitions.h
Trying to fix a bug with the clip move undo command. No success.
[kdenlive] / src / definitions.h
index 9c69a485806da5b53252f000ed7db63b1b0c8cdc..a9c55c85aad0105b6a2e5ce471952c493725497d 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <QTreeWidgetItem>
 #include <KLocale>
+#include <QDebug>
 
 const int MAXCLIPDURATION = 15000;
 
@@ -215,5 +216,7 @@ private:
 
 };
 
+QDebug operator << (QDebug qd, const ItemInfo &info);
+
 
 #endif