##// END OF EJS Templates
Fixed a few missed QMLs for QML API versioning
Tero Ahola -
r1860:9e429429873f
parent child
Show More
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Rectangle {
25 24 width: parent.width
@@ -19,7 +19,7
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
22 import QtCommercial.Chart 1.1
23 23
24 24 Rectangle {
25 25 width: parent.width
@@ -19,8 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23
24 22
25 23 Flow {
26 24 id: flow
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Row {
25 24 anchors.fill: parent
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Item {
25 24 id: chartEditor
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Row {
25 24 anchors.fill: parent
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Row {
25 24 anchors.fill: parent
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Row {
25 24 anchors.fill: parent
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Flow {
25 24 flow: Flow.TopToBottom
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23
25 24 Flow {
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Row {
25 24 anchors.fill: parent
@@ -19,8 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23
24 22
25 23 Flow {
26 24 id: flow
@@ -19,7 +19,6
19 19 ****************************************************************************/
20 20
21 21 import QtQuick 1.0
22 import QtCommercial.Chart 1.0
23 22
24 23 Rectangle {
25 24 id: main
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now