aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditor.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-05 14:23:38 +0100
committerhjk <hjk@qt.io>2020-02-05 14:21:35 +0000
commit80e7e70889e86a43fb3029edf0137bd6d9d323c7 (patch)
tree796ce913a193278ea02a696727ad7cc405c2f5e3 /src/plugins/texteditor/texteditor.h
parent515baaa5e7c9e355acc8a665a79f778b5b41fb6a (diff)
TextEditor: Remove unused TextEditorFactory::setEditorActionHandlers
... overload. Change-Id: I0bab88e1b3c40b7c34cda578209e9d150c2d56b4 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditor.h')
-rw-r--r--src/plugins/texteditor/texteditor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/texteditor/texteditor.h b/src/plugins/texteditor/texteditor.h
index 6b2156cb25..63c1ecee44 100644
--- a/src/plugins/texteditor/texteditor.h
+++ b/src/plugins/texteditor/texteditor.h
@@ -653,8 +653,6 @@ public:
void setSyntaxHighlighterCreator(const SyntaxHighLighterCreator &creator);
void setUseGenericHighlighter(bool enabled);
void setAutoCompleterCreator(const AutoCompleterCreator &creator);
-
- void setEditorActionHandlers(Core::Id contextId, uint optionalActions);
void setEditorActionHandlers(uint optionalActions);
void addHoverHandler(BaseHoverHandler *handler);