Skip to content

TileEditor: Drop unused imports

David Edmundson requested to merge work/d_ed/tiles_qml into master

Imports come at a big cost when they're unused. Also we shouldn't be importing WindowView from a different plugin. If that effect is disabled it meant tileseditor would fail to load.

BUG: 464970

Merge request reports