forked from qt-creator/qt-creator
Rename member to match coding style
This commit is contained in:
@@ -106,7 +106,7 @@ GeneratedFile::~GeneratedFile()
|
||||
{
|
||||
}
|
||||
|
||||
void GeneratedFile::writeAccess(bool access)
|
||||
void GeneratedFile::setWriteAccess(bool access)
|
||||
{
|
||||
m_d->writeAccess = access;
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ public:
|
||||
void setEditorId(const QString &k);
|
||||
|
||||
bool write(QString *errorMessage) const;
|
||||
void writeAccess(bool access = true);
|
||||
void setWriteAccess(bool access = true);
|
||||
|
||||
Attributes attributes() const;
|
||||
void setAttributes(Attributes a);
|
||||
|
||||
Reference in New Issue
Block a user