diff options
author | Friedemann Kleint <[email protected]> | 2013-01-23 13:59:23 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-01-23 14:36:21 +0100 |
commit | 40574b466a5773fdb7ccddded45e237df375d848 (patch) | |
tree | ead9c7b42703a5685484d2735718dae01338c626 /examples/quick/customitems/painteditem | |
parent | ebe8b9408cfcd953fae80514aa67e49221541bed (diff) |
Fix import path of TextBallon-example.
Task-number: QTBUG-28144
Change-Id: Ic20fa242137a08e43b0685ebe701def929028647
Reviewed-by: Jerome Pasion <[email protected]>
Diffstat (limited to 'examples/quick/customitems/painteditem')
-rw-r--r-- | examples/quick/customitems/painteditem/textballoons.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/painteditem/textballoons.qml b/examples/quick/customitems/painteditem/textballoons.qml index a851794e2f..e498ca3a7c 100644 --- a/examples/quick/customitems/painteditem/textballoons.qml +++ b/examples/quick/customitems/painteditem/textballoons.qml @@ -40,7 +40,7 @@ ****************************************************************************/ import QtQuick 2.0 -import TextBalloonPlugin 1.0 +import "TextBalloonPlugin" 1.0 Item { height: 480 |