From fe008ef7d284aa41bbc81ffd76c4b9764629cea7 2012-06-18 12:29:21 From: Jani Honkonen Date: 2012-06-18 12:29:21 Subject: [PATCH] gettingstarted.qdoc whitespace fix --- diff --git a/doc/src/gettingstarted.qdoc b/doc/src/gettingstarted.qdoc index 64ee64d..ccf5cdf 100644 --- a/doc/src/gettingstarted.qdoc +++ b/doc/src/gettingstarted.qdoc @@ -52,19 +52,19 @@ To use the QCharts classes add QtCommercialChart namespace macro in your header file. \code - #include - #include + #include + #include - QTCOMMERCIALCHART_USE_NAMESPACE + QTCOMMERCIALCHART_USE_NAMESPACE - class ExampleWidget : public QWidget + class ExampleWidget : public QWidget \endcode \bold {QML project} Add an import line to your *.qml file: \code - import QtCommercial.Chart 1.0 + import QtCommercial.Chart 1.0 \endcode \raw HTML