]> git.sesse.net Git - kdenlive/blobdiff - src/definitions.h
Move undo commands to their own subdirectory
[kdenlive] / src / definitions.h
index 8f52d01b73b7c874720bd774e3a8a585bab06b70..1a3a255769ca9f47a027050d24c3c213173eb6f7 100644 (file)
@@ -69,6 +69,9 @@ struct TrackInfo {
     int duration;
 };
 
+typedef QMap<QString, QString> stringMap;
+typedef QMap <int, QMap <int, QByteArray> > audioByteArray;
+
 struct ItemInfo {
     /** startPos is the position where the clip starts on the track */
     GenTime startPos;