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
bcd3fbf5
Commit
bcd3fbf5
authored
Aug 26, 2014
by
Mattias Ellert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for the second issue in bz 651848
parent
f854e1d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
memberdef.cpp
src/memberdef.cpp
+4
-1
No files found.
src/memberdef.cpp
View file @
bcd3fbf5
...
...
@@ -1674,7 +1674,10 @@ void MemberDef::writeDeclaration(OutputList &ol,
d
,
// scope
getBodyDef
(),
// fileScope
this
,
// self
argsString
(),
// text
isDefine
()
?
QString
(
argsString
()).
replace
(
QRegExp
(
","
),
QString
(
", "
)).
data
()
:
argsString
(),
// text
m_impl
->
annMemb
,
// autoBreak
TRUE
,
// external
FALSE
,
// keepSpaces
...
...
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