Parcourir la source

README-en.md edited online with Bitbucket

Rafael Arce Nazario il y a 8 ans
Parent
révision
6ed7e3b43a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md Voir le fichier

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