From 55a9091992efefd06b477b64897087292a2d69d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 20 Feb 2013 01:36:08 +0100 Subject: [PATCH] Use Item as type for ToolBar, apparently we can't use our own defined types here anymore --- src/declarativeimports/plasmacomponents/qml/ToolBarLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/plasmacomponents/qml/ToolBarLayout.qml b/src/declarativeimports/plasmacomponents/qml/ToolBarLayout.qml index f39efede1..43275d981 100644 --- a/src/declarativeimports/plasmacomponents/qml/ToolBarLayout.qml +++ b/src/declarativeimports/plasmacomponents/qml/ToolBarLayout.qml @@ -18,7 +18,7 @@ */ import QtQuick 2.0 -import "." 0.1 +//import "." 0.1 /** * ToolBarLayout is a container for items on a toolbar that automatically