CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/05/26 11:05:42
Added files:
multimedia/shotcut/patches: patch-src_qmltypes_qmlfilter_cpp
Log message:
as usual, this was a REALLY stupid bug
turns out name.toUf8().constData() is a temporary, so storing the pointer
for later use is a REALLY bad idea.
convert to convenience function qUtf8Printable() while at it
