forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -204,8 +204,9 @@ public:
|
||||
|
||||
void appendStandardContextMenuActions(QMenu *menu);
|
||||
|
||||
uint optionalActionMask();
|
||||
void addOptionalActions(uint optionalActionMask);
|
||||
uint optionalActions();
|
||||
void setOptionalActions(uint optionalActions);
|
||||
void addOptionalActions(uint optionalActions);
|
||||
|
||||
void setAutoCompleter(AutoCompleter *autoCompleter);
|
||||
AutoCompleter *autoCompleter() const;
|
||||
|
||||
Reference in New Issue
Block a user