forked from qt-creator/qt-creator
TextEditor: remove redundant semicolon
Change-Id: Iac82849a858bd567ff1230ec8c0ea48b5ef47e17 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user