From e6e9405cc995138a4e439b2560bf4702c9c30c93 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 13 Apr 2023 08:04:10 +0200 Subject: [PATCH] TextEditor: remove redundant semicolon Change-Id: Iac82849a858bd567ff1230ec8c0ea48b5ef47e17 Reviewed-by: Christian Stenger --- src/plugins/texteditor/textmark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/textmark.h b/src/plugins/texteditor/textmark.h index 72712557058..fb000da1a44 100644 --- a/src/plugins/texteditor/textmark.h +++ b/src/plugins/texteditor/textmark.h @@ -115,7 +115,7 @@ public: void setActions(const QVector &actions); // Takes ownership void setActionsProvider(const std::function()> &actionsProvider); // Takes ownership - bool isLocationMarker() const;; + bool isLocationMarker() const; void setIsLocationMarker(bool newIsLocationMarker); protected: