Browse Source

README-en.md edited online with Bitbucket

Rafael Arce Nazario 8 years ago
parent
commit
6ed7e3b43a
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md View File

143
 3. The file `main.cpp` (in Sources) contains the function `main()` where you will be adding code. Open this file and study the code.
143
 3. The file `main.cpp` (in Sources) contains the function `main()` where you will be adding code. Open this file and study the code.
144
 
144
 
145
     ```cpp
145
     ```cpp
146
-        QApplication a(argc, argv);
147
-        XYPlotWindow wLine;
148
-        XYPlotWindow wCircle;
146
+    QApplication a(argc, argv);
147
+    XYPlotWindow wLine;
148
+    XYPlotWindow wCircle;
149
         XYPlotWindow wHeart;
149
         XYPlotWindow wHeart;
150
         XYPlotWindow wButterfly;
150
         XYPlotWindow wButterfly;
151
 
151