forked from qt-creator/qt-creator
actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurable
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
CA_Hide = 1,
|
||||
CA_UpdateText = 2,
|
||||
CA_UpdateIcon = 4,
|
||||
CA_NonConfigureable = 8
|
||||
CA_NonConfigurable = 8
|
||||
};
|
||||
Q_DECLARE_FLAGS(CommandAttributes, CommandAttribute)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user