Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
68d032b6
Commit
68d032b6
authored
Sep 29, 2010
by
Tobias Hunger
Browse files
Rename member to match coding style
parent
67cb7a32
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/basefilewizard.cpp
View file @
68d032b6
...
...
@@ -106,7 +106,7 @@ GeneratedFile::~GeneratedFile()
{
}
void
GeneratedFile
::
w
riteAccess
(
bool
access
)
void
GeneratedFile
::
setW
riteAccess
(
bool
access
)
{
m_d
->
writeAccess
=
access
;
}
...
...
src/plugins/coreplugin/basefilewizard.h
View file @
68d032b6
...
...
@@ -101,7 +101,7 @@ public:
void
setEditorId
(
const
QString
&
k
);
bool
write
(
QString
*
errorMessage
)
const
;
void
w
riteAccess
(
bool
access
=
true
);
void
setW
riteAccess
(
bool
access
=
true
);
Attributes
attributes
()
const
;
void
setAttributes
(
Attributes
a
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment