Regression: commit 3553ca6d414764dc72c2415099bf2f87f1a93918 broke qmlscene preview
Closed, ResolvedPublic

Description

As of commit 3553ca6d414764dc72c2415099bf2f87f1a93918 Kirigami based UIs no longer load theme icons such as "document-edit" when previewed with qmlscene.
This breaks code such as:

Kirigami.ApplicationWindow {
  globalDrawer: Kirigami.GlobalDrawer {
    actions: [
      Kirigami.Action {
        text: "Demonstrate the bug"
        iconName: "tools-report-bug"
      }
    ]
  }
}

Reverting to a90b442d06b3b64dd681c84dcc7aa8c61fa53a29 makes qmlscene work again.

Please, unbreak this now! (Or update documentation to explain how to preview with qmlscene again.)

ouwerkerk created this task.Mar 5 2017, 1:27 PM
ouwerkerk moved this task from Work in Progress to To Do on the Kirigami board.Mar 5 2017, 1:37 PM
ouwerkerk closed this task as Resolved.Mar 6 2017, 6:07 PM
ouwerkerk claimed this task.