aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textmark.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-04-13 15:59:08 +0200
committerEike Ziller <eike.ziller@qt.io>2023-04-13 15:59:08 +0200
commit2bc37de42b5dd1f0d0a8cea29e5a2cc4926836b5 (patch)
treee613605a0c295a2af7010e92d7b5d412654bf137 /src/plugins/texteditor/textmark.h
parentb1415a0ea58e0860c790b1b5ff5fbd3d4bfdd87a (diff)
parent02f2a93503a24d2da3b93db2cbfe8463627cf990 (diff)
Merge remote-tracking branch 'origin/10.0'
Conflicts: src/plugins/python/pipsupport.cpp src/plugins/qtsupport/exampleslistmodel.cpp src/plugins/qtsupport/examplesparser.cpp tests/auto/examples/tst_examples.cpp Change-Id: I00273622423fa99d41621969f6ecbbdaa0e18664
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 927255161d..b6fb4731cb 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);