OSDN Git Service

Rename member to match coding style
authorTobias Hunger <tobias.hunger@nokia.com>
Wed, 29 Sep 2010 11:09:05 +0000 (13:09 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Wed, 29 Sep 2010 11:09:41 +0000 (13:09 +0200)
src/plugins/coreplugin/basefilewizard.cpp
src/plugins/coreplugin/basefilewizard.h

index e30f271..70975a1 100644 (file)
@@ -106,7 +106,7 @@ GeneratedFile::~GeneratedFile()
 {
 }
 
-void GeneratedFile::writeAccess(bool access)
+void GeneratedFile::setWriteAccess(bool access)
 {
    m_d->writeAccess = access;
 }
index 2fcab7e..e789a8d 100644 (file)
@@ -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);