Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plugin-InfoMeshObject
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenFlipper-Free
Plugin-InfoMeshObject
Commits
2eace065
Commit
2eace065
authored
Feb 06, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cppcheck warnings
parent
e06fb95d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ValenceHistogramDialog.cc
ValenceHistogramDialog.cc
+1
-1
infoBar.hh
infoBar.hh
+1
-1
infoDialog.hh
infoDialog.hh
+1
-1
No files found.
ValenceHistogramDialog.cc
View file @
2eace065
...
...
@@ -57,7 +57,7 @@ namespace {
class
ValenceHistogram
:
public
ACG
::
Histogram
{
public:
ValenceHistogram
(
const
std
::
vector
<
size_t
>
&
bins
)
explicit
ValenceHistogram
(
const
std
::
vector
<
size_t
>
&
bins
)
{
std
::
vector
<
size_t
>::
const_iterator
nonzero_begin
=
bins
.
begin
();
for
(;
nonzero_begin
!=
bins
.
end
()
&&
*
nonzero_begin
==
0
;
...
...
infoBar.hh
View file @
2eace065
...
...
@@ -61,7 +61,7 @@ class InfoBar : public QWidget, public Ui::InfoBar
Q_OBJECT
public:
InfoBar
(
QWidget
*
parent
=
0
);
explicit
InfoBar
(
QWidget
*
parent
=
0
);
void
showCounts
();
void
hideCounts
();
...
...
infoDialog.hh
View file @
2eace065
...
...
@@ -61,6 +61,6 @@ class InfoDialog : public QDialog, public Ui::InfoWidget
Q_OBJECT
public:
InfoDialog
(
QWidget
*
parent
=
0
);
explicit
InfoDialog
(
QWidget
*
parent
=
0
);
};
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