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
OpenFlipper-Free
OpenFlipper
Commits
e29066d7
Commit
e29066d7
authored
Feb 06, 2017
by
Jan Möbius
Browse files
More cppcheck warnings
parent
3af96522
Changes
2
Hide whitespace changes
Inline
Side-by-side
CI/ci-cppcheck.sh
View file @
e29066d7
...
...
@@ -59,7 +59,7 @@ echo "CPPCHECK Summary"
echo
"=============================================================================="
echo
-e
"
${
NC
}
"
MAX_ERROR
=
2
80
MAX_ERROR
=
2
64
if
[
$COUNT
-gt
$MAX_ERROR
]
;
then
echo
-e
${
WARNING
}
...
...
publicWidgets/objectSelectionWidget/TreeModelObjectSelection.hh
View file @
e29066d7
...
...
@@ -67,7 +67,7 @@ class TreeModelObjectSelection : public QAbstractItemModel
public:
/// Constructor
TreeModelObjectSelection
(
QObject
*
_parent
=
0
);
explicit
TreeModelObjectSelection
(
QObject
*
_parent
=
0
);
/// Destructor
~
TreeModelObjectSelection
();
...
...
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