]> git.sesse.net Git - kdenlive/commitdiff
Fix an invalid cast to ClipItem.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 25 Jan 2014 01:00:18 +0000 (02:00 +0100)
committerMartin T. H. Sandsmark <martin.sandsmark@kde.org>
Sat, 25 Jan 2014 01:34:36 +0000 (02:34 +0100)
Seemingly we can get a Transition into this code path; qgraphicsitem_cast<>
will properly return NULL if it's not of the type we expect.


No differences found