Skip to content
Commit d841733e authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

effects/overview: Call base QQuickItem::geometryChanged() in ExpoLayout

According to the Qt documentation, if an item overrides the
geometryChanged() method, it must call the base class method.

QQuickItem::geometryChanged() is responsible for emitting signals such
as xChanged(), yChanged(), etc.
parent 2c2469f9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment