aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditoractionhandler.h
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2020-06-17 10:28:27 +0200
committerDavid Schulz <david.schulz@qt.io>2020-06-17 09:47:44 +0000
commitaaa1376576ec3a87fd2e9b94c5c0a543b0f8819a (patch)
tree9429f14a3b52e3614e9b40a7fe8a949388053509 /src/plugins/texteditor/texteditoractionhandler.h
parentc7db952648f6283d78d71f2602c530f79e9f4b15 (diff)
Editor: Allow setting the optional action mask per editor
Instead of just enable actions that were disabled from the beginning you can no disable optional actions. Change-Id: I986b8a72523a8aeec9f4ccf76cd4921018ffc003 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditoractionhandler.h')
-rw-r--r--src/plugins/texteditor/texteditoractionhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditoractionhandler.h b/src/plugins/texteditor/texteditoractionhandler.h
index cfa684a13d..3e58f72952 100644
--- a/src/plugins/texteditor/texteditoractionhandler.h
+++ b/src/plugins/texteditor/texteditoractionhandler.h
@@ -65,6 +65,7 @@ public:
uint optionalActions = None,
const TextEditorWidgetResolver &resolver = {});
+ uint optionalActions() const;
~TextEditorActionHandler();
private: