Skip to content

InlineMessage: Port internal imports to dotted module syntax

ivan tkachenko requested to merge work/ratijas/inline-qmldir into master

templates: Update qmldir

  • Add missing Chip and InlineMessage;
  • Clean up recently removed AbstractListItem;
  • FormLayout and SwipeListItem were moved to controls long ago;

InlineMessage: Port internal imports to dotted module syntax

This allows better Ctrl+Shift+F search for usages, and for copying a component implementation out of Kirigami repo for fast iterative development.

Merge request reports