Commit a8de7cc8 authored by Don Gagne's avatar Don Gagne

Keep FactPanelController happy

parent e3a27797
......@@ -37,8 +37,11 @@ ViewWidget {
id: commandComponenet
Item {
id: bogusFactPanel
CustomCommandWidgetController { id: controller }
// We aren't really using the controller in a FactPanel for this usage so we
// pass in a bogus item to keep it from getting upset.
CustomCommandWidgetController { id: controller; factPanel: bogusFactPanel }
Item {
anchors.top: parent.top
......
Markdown is supported
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