Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
7a0f5e6d
Commit
7a0f5e6d
authored
Aug 27, 2014
by
Mattias Ellert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use substitute() instead of QString conversion
parent
bcd3fbf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
memberdef.cpp
src/memberdef.cpp
+1
-2
No files found.
src/memberdef.cpp
View file @
7a0f5e6d
...
@@ -1675,8 +1675,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
...
@@ -1675,8 +1675,7 @@ void MemberDef::writeDeclaration(OutputList &ol,
getBodyDef
(),
// fileScope
getBodyDef
(),
// fileScope
this
,
// self
this
,
// self
isDefine
()
?
isDefine
()
?
QString
(
argsString
()).
replace
(
QRegExp
(
","
),
(
const
char
*
)
substitute
(
argsString
(),
","
,
", "
)
:
QString
(
", "
)).
data
()
:
argsString
(),
// text
argsString
(),
// text
m_impl
->
annMemb
,
// autoBreak
m_impl
->
annMemb
,
// autoBreak
TRUE
,
// external
TRUE
,
// external
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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