Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-Remesher
Commits
75dcbe76
Commit
75dcbe76
authored
Feb 06, 2017
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More cppcheck warnings
parent
efdd4bc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Algorithms/DiffGeoT.hh
Algorithms/DiffGeoT.hh
+1
-1
RemesherToolbox.hh
RemesherToolbox.hh
+1
-1
No files found.
Algorithms/DiffGeoT.hh
View file @
75dcbe76
...
@@ -79,7 +79,7 @@ public:
...
@@ -79,7 +79,7 @@ public:
typedef
typename
Mesh
::
VertexHandle
VertexHandle
;
typedef
typename
Mesh
::
VertexHandle
VertexHandle
;
DiffGeoT
(
Mesh
&
_mesh
);
explicit
DiffGeoT
(
Mesh
&
_mesh
);
~
DiffGeoT
();
~
DiffGeoT
();
...
...
RemesherToolbox.hh
View file @
75dcbe76
...
@@ -66,7 +66,7 @@ class RemesherToolBox : public QWidget, public Ui::RemesherTool
...
@@ -66,7 +66,7 @@ class RemesherToolBox : public QWidget, public Ui::RemesherTool
void
showing
();
void
showing
();
public:
public:
RemesherToolBox
(
QWidget
*
parent
=
0
);
explicit
RemesherToolBox
(
QWidget
*
parent
=
0
);
protected:
protected:
void
showEvent
(
QShowEvent
*
_event
);
void
showEvent
(
QShowEvent
*
_event
);
...
...
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