Skip to content

Don't assert on null output

Marco Martin requested to merge work/cherry-pick-9f7e3065 into Plasma/6.1

don't blindly access m_tileManagers as it can assert with out of bounds when output is not valid. This can happen from scripting side as this function is wrapped in the javascript api.

(cherry picked from commit 9f7e3065)

3b11901e Don't assert on null output 40c0390f remove extra include

Co-authored-by: Marco Martin notmart@gmail.com

Merge request reports

Loading