implement "type" for xml node data

This commit is contained in:
itsmattkc
2022-04-25 13:16:27 -07:00
parent fe7444e762
commit fb53931f68
8 changed files with 25 additions and 18 deletions
@@ -60,6 +60,7 @@ namespace olive {
TimelineWidget::TimelineWidget(QWidget *parent) :
super(true, true, parent),
NodeCopyPasteService(QStringLiteral("timeline")),
rubberband_(QRubberBand::Rectangle, this),
active_tool_(nullptr),
use_audio_time_units_(false),