]> git.sesse.net Git - kdenlive/commit
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)
commit645eed7aae335fe3238e243f27e8f6a9a9de5825
tree8873291c025845795485d65b538316d5aace2915
parentf41d1de9f855972a98ded4ce11394ca11ad5b32e
Fix an invalid cast to ClipItem.

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.
src/customtrackview.cpp