##// END OF EJS Templates
Fix Creator crash when opening Charts project...
Fix Creator crash when opening Charts project There's a problem with Creator parsing the headers defined in Charts src.pro. This will cause the Creator (3.0.0-beta) to crash when trying to open charts.pro. As a workaround the headers are defined using new variables for each function and unsetting the variables after each rotation. Task-number: QTRD-2480 Change-Id: Ia77428dab61fa9fa57ca5501ad27f8c3f514f017 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2488:5862599d088d
r2641:614285c5dc95
Show More
resources.qrc
31 lines | 1.8 KiB | text/plain | TextLexer
<RCC>
<qresource prefix="/">
<file>qml/quick2chartproperties/loader.qml</file>
<file>qml/quick2chartproperties/main.qml</file>
<file>qml/quick2chartproperties/Button.qml</file>
<file>qml/quick2chartproperties/PieChart.qml</file>
<file>qml/quick2chartproperties/PieEditor.qml</file>
<file>qml/quick2chartproperties/LineChart.qml</file>
<file>qml/quick2chartproperties/LineEditor.qml</file>
<file>qml/quick2chartproperties/SplineChart.qml</file>
<file>qml/quick2chartproperties/ScatterChart.qml</file>
<file>qml/quick2chartproperties/AreaChart.qml</file>
<file>qml/quick2chartproperties/BarChart.qml</file>
<file>qml/quick2chartproperties/BarEditor.qml</file>
<file>qml/quick2chartproperties/ScatterEditor.qml</file>
<file>qml/quick2chartproperties/AreaEditor.qml</file>
<file>qml/quick2chartproperties/StackedBarChart.qml</file>
<file>qml/quick2chartproperties/PercentBarChart.qml</file>
<file>qml/quick2chartproperties/Chart.qml</file>
<file>qml/quick2chartproperties/ChartEditor.qml</file>
<file>qml/quick2chartproperties/FontEditor.qml</file>
<file>qml/quick2chartproperties/HorizontalBarChart.qml</file>
<file>qml/quick2chartproperties/HorizontalPercentBarChart.qml</file>
<file>qml/quick2chartproperties/HorizontalStackedBarChart.qml</file>
<file>qml/quick2chartproperties/ChartEditorAxis.qml</file>
<file>qml/quick2chartproperties/ChartEditorLegend.qml</file>
<file>qml/quick2chartproperties/ChartEditorProperties.qml</file>
<file>qml/quick2chartproperties/ChartEditorTitle.qml</file>
<file>qml/quick2chartproperties/ChartEditorSeries.qml</file>
</qresource>
</RCC>