Skip to content

CardsGridViewPrivate minor improvement

Matej Starc requested to merge sporknife/kirigami:cardsGridImprovement into master

Don't use 'parent' keyword to read property from GridView (delegates parent). This causes problems when parent doesn't return a GridView object and makes unnecessary warnings in the log.

Edited by Matej Starc

Merge request reports