aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2023-04-13 08:04:10 +0200
committerDavid Schulz <david.schulz@qt.io>2023-04-13 06:52:04 +0000
commite6e9405cc995138a4e439b2560bf4702c9c30c93 (patch)
tree1cdb4b86076ab25d17f5914a9ed38ca0829a0e84 /src/plugins/texteditor/textmark.h
parent5089e8400ee30c63ce0f9ee60ba343ab6c410ac2 (diff)
TextEditor: remove redundant semicolon
Change-Id: Iac82849a858bd567ff1230ec8c0ea48b5ef47e17 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/texteditor/textmark.h')
-rw-r--r--src/plugins/texteditor/textmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h
index 7271255705..fb000da1a4 100644
--- a/src/plugins/texteditor/textmark.h
+++ b/src/plugins/texteditor/textmark.h
@@ -115,7 +115,7 @@ public:
void setActions(const QVector<QAction *> &actions); // Takes ownership
void setActionsProvider(const std::function<QList<QAction *>()> &actionsProvider); // Takes ownership
- bool isLocationMarker() const;;
+ bool isLocationMarker() const;
void setIsLocationMarker(bool newIsLocationMarker);
protected: