[neon/extras/labplot/Neon/stable] debian/patches: include_QElapsedTimer.diff
Carlos De Maine
null at kde.org
Sat Jan 17 05:40:44 GMT 2026
Git commit cd8f0f8ac34e920e1bf50965a4afb45bd403f67a by Carlos De Maine.
Committed on 17/01/2026 at 05:40.
Pushed by carlosdem into branch 'Neon/stable'.
include_QElapsedTimer.diff
A +25 -0 debian/patches/include_QElapsedTimer.diff
M +2 -1 debian/patches/series
https://invent.kde.org/neon/extras/labplot/-/commit/cd8f0f8ac34e920e1bf50965a4afb45bd403f67a
diff --git a/debian/patches/include_QElapsedTimer.diff b/debian/patches/include_QElapsedTimer.diff
new file mode 100644
index 0000000..7cda5ea
--- /dev/null
+++ b/debian/patches/include_QElapsedTimer.diff
@@ -0,0 +1,25 @@
+diff --git a/src/backend/worksheet/plots/cartesian/XYFunctionCurve.cpp b/src/backend/worksheet/plots/cartesian/XYFunctionCurve.cpp
+index e5cf5fe34c9dba724a171cb05fc590e4608e9d60..85fcad18eeb0d4c2400d40bc6f2332998be6c55d 100644
+--- a/src/backend/worksheet/plots/cartesian/XYFunctionCurve.cpp
++++ b/src/backend/worksheet/plots/cartesian/XYFunctionCurve.cpp
+@@ -23,6 +23,7 @@
+ #include "backend/worksheet/plots/cartesian/Symbol.h"
+
+ #include <KLocalizedString>
++#include <QElapsedTimer>
+ #include <QIcon>
+
+ XYFunctionCurve::XYFunctionCurve(const QString& name)
+diff --git a/src/backend/worksheet/plots/cartesian/XYFunctionCurvePrivate.h b/src/backend/worksheet/plots/cartesian/XYFunctionCurvePrivate.h
+index 460d078c53990444077a4baa2b69bdf54ec481da..2abb939c12c0e80b410e2d2b6a6c524a2a15f6a5 100644
+--- a/src/backend/worksheet/plots/cartesian/XYFunctionCurvePrivate.h
++++ b/src/backend/worksheet/plots/cartesian/XYFunctionCurvePrivate.h
+@@ -7,7 +7,7 @@
+ SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+-#ifndef XYEFUNCTIONCURVEPRIVATE_H
++#ifndef XYFUNCTIONCURVEPRIVATE_H
+ #define XYFUNCTIONCURVEPRIVATE_H
+
+ #include "XYFunctionCurve.h"
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 25a9e0e..09abf34 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
-fix_version_string.diff
\ No newline at end of file
+fix_version_string.diff
+include_QElapsedTimer.diff
More information about the Neon-commits
mailing list