actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurable

This commit is contained in:
hjk
2011-02-09 15:23:48 +01:00
parent 703d637cc6
commit af8daf9d30
5 changed files with 7 additions and 7 deletions

View File

@@ -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)