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
667e8aa0
Commit
667e8aa0
authored
Aug 05, 2010
by
Roberto Raggi
Committed by
Oswald Buddenhagen
Aug 05, 2010
Browse files
Compile.
parent
4ff3ee2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp
View file @
667e8aa0
...
...
@@ -54,7 +54,7 @@ FullySpecifiedType fnTy(const QString &name, const FullySpecifiedType &ret, cons
{
Function
*
fn
=
new
Function
(
unit
,
0
,
nameId
(
name
));
fn
->
setReturnType
(
ret
);
fn
->
a
rguments
()
->
enterSymbol
(
arg
(
"a0"
,
a0
));
fn
->
a
ddMember
(
arg
(
"a0"
,
a0
));
return
FullySpecifiedType
(
fn
);
}
...
...
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