Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MODMED
modmedLog
Commits
17b56280
Commit
17b56280
authored
Jul 12, 2018
by
EXT Arnaud Clère
Browse files
cosmetic change
parent
fc45ec9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/QBind/main.cpp
View file @
17b56280
...
...
@@ -100,7 +100,7 @@ protected:
template
<
class
T_
>
friend
class
Seq
;
// enables calling methods below through operator->()
bool
_item
(
int
min
=
1
)
{
Q_UNUSED
(
min
);
return
io
->
write
(
" "
);
}
bool
_out
(
int
max
=-
1
)
{
Q_UNUSED
(
max
);
return
io
->
write
(
"]"
)
;
}
bool
_out
(
int
max
=-
1
)
{
Q_UNUSED
(
max
);
return
io
->
write
(
"]"
);
}
private:
QIODevice
*
io
=
nullptr
;
// for QMovedWriter
};
...
...
Write
Preview
Supports
Markdown
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