Custom Wizards: No files generated.

Fix breakage introduced by 65e95c3aba,
introducing a writeAccess attribute not properly initialized
in the default CT. The GeneratedFile::CustomGeneratorAttribute
exists for that purpose.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Task-number: QTCREATORBUG-2518
This commit is contained in:
Friedemann Kleint
2010-09-30 14:35:44 +02:00
parent e0ec2ac82e
commit ac80d924c7
2 changed files with 1 additions and 12 deletions

View File

@@ -101,7 +101,6 @@ public:
void setEditorId(const QString &k);
bool write(QString *errorMessage) const;
void setWriteAccess(bool access = true);
Attributes attributes() const;
void setAttributes(Attributes a);