On vendredi, 9 octobre 2020 12.47:14 h CEST Alistair Riddoch wrote: > I'm getting a build error after commit:
Yes, sorry, just saw it. That should be fixed now. Regards, Jean-Baptiste > ac7fc97372175abc7ad04fb41ad0b77bc4dbcc04 Fix some deprecation warnings > > QT version is 5.14.2. I'd really like to not have to manually upgrade to a > more recent QT if possible. > > kdenlive/src/dialogs/markerdialog.cpp:118:35: error: ‘ReturnByValue’ is not > a member of ‘Qt’ > 118 | return clip_thumb->pixmap(Qt::ReturnByValue).toImage(); > > | ^~~~~~~~~~~~~