TextEditor: remove redundant semicolon

Change-Id: Iac82849a858bd567ff1230ec8c0ea48b5ef47e17
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2023-04-13 08:04:10 +02:00
parent 5089e8400e
commit e6e9405cc9

View File

@@ -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: