[education/labplot] tests/backend/XYCurve: format
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c34e17a8f26bb5e4ba356a4cf04bba5715101581 by Stefan Gerlach. Committed on 20/07/2026 at 21:24. Pushed by sgerlach into branch 'master'. format M +1 -1 tests/backend/XYCurve/XYCurveTest.cpp https://invent.kde.org/education/labplot/-/commit/c34e17a8f26bb5e4ba356a4cf04bba5715101581 diff --git a/tests/backend/XYCurve/XYCurveTest.cpp b/tests/backend/XYCurve/XYCurveTest.cpp index c3acf7f9a4..0b63e51a15 100644 --- a/tests/backend/XYCurve/XYCurveTest.cpp +++ b/tests/backend/XYCurve/XYCurveTest.cpp @@ -19,9 +19,9 @@ #include "backend/worksheet/plots/cartesian/CartesianCoordinateSystem.h" #include "backend/worksheet/plots/cartesian/CartesianPlot.h" #include "backend/worksheet/plots/cartesian/Symbol.h" -#include "backend/worksheet/plots/cartesian/XYEquationCurve.h" #include "backend/worksheet/plots/cartesian/XYCurve.h" #include "backend/worksheet/plots/cartesian/XYCurvePrivate.h" +#include "backend/worksheet/plots/cartesian/XYEquationCurve.h" #include <QFile>