[education/labplot] src/backend/worksheet: format fix.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 73158543d051f7840e40c3b241409e90ad150259 by Alexander Semke.
Committed on 05/08/2026 at 18:46.
Pushed by asemke into branch 'master'.
format fix.
M +1 -1 src/backend/worksheet/WorksheetElement.cpp
https://invent.kde.org/education/labplot/-/commit/73158543d051f7840e40c3b241409e90ad150259
diff --git a/src/backend/worksheet/WorksheetElement.cpp b/src/backend/worksheet/WorksheetElement.cpp
index 20a9077afe..8f409e27f4 100644
--- a/src/backend/worksheet/WorksheetElement.cpp
+++ b/src/backend/worksheet/WorksheetElement.cpp
@@ -813,7 +813,7 @@ void WorksheetElement::setPositionLogical(QPointF pos) {
* \param point point in scene coordinates
*/
void WorksheetElement::setPositionScene(QPointF point) {
- // TODO: this function is not undo-aware and is used internally in AxisPrivat only
+ // TODO: this function is not undo-aware and is used internally in AxisPrivat only
// and in python bindings since we have problems to expose PositionWrapper.
// redesign this later - either do it undo-aware or switch to setPosition(PositionWrapper).
Q_D(WorksheetElement);