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
Valentin Platzgummer
qgroundcontrol
Commits
08b5d98c
Commit
08b5d98c
authored
Oct 09, 2019
by
DonLakeFlyer
Browse files
Unused argument
parent
c9967c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
CodingStyle.cc
View file @
08b5d98c
...
...
@@ -85,8 +85,11 @@ void CodingStyle::_methodWithManyArguments(QWidget* parent,
const
QString
&
caption
,
const
QString
&
dir
,
Options
options1
,
Options
options2
,
Options
/*
options2
*/
,
Options
options3
)
{
// options2 is an unused method argument.
// Do not use Q_UNUSUED and do not just remove the argument name and leave the type.
// Implementataion here...
}
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