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
7e291064
Commit
7e291064
authored
Sep 24, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compile warning
parent
3b9f4d9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
classdef.cpp
src/classdef.cpp
+5
-8
No files found.
src/classdef.cpp
View file @
7e291064
...
...
@@ -4337,8 +4337,6 @@ void ClassDef::writeMemberDeclarations(OutputList &ol,MemberListType lt,const QC
}
static
bool
inlineInheritedMembers
=
Config_getBool
(
"INLINE_INHERITED_MEMB"
);
if
(
!
inlineInheritedMembers
)
// show inherited members as separate lists
{
if
(
lt
!=-
1
)
{
QPtrDict
<
void
>
visited
(
17
);
writeInheritedMemberDeclarations
(
ol
,
lt
,
lt2
,
title
,
...
...
@@ -4347,7 +4345,6 @@ void ClassDef::writeMemberDeclarations(OutputList &ol,MemberListType lt,const QC
visitedClasses
==
0
?
&
visited
:
visitedClasses
);
}
}
}
}
void
ClassDef
::
addGroupedInheritedMembers
(
OutputList
&
ol
,
MemberListType
lt
,
...
...
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