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
OpenFlipper-Free
Plugin-MeshRepair
Commits
e435c0e5
Commit
e435c0e5
authored
Jun 02, 2022
by
Jan Möbius
Browse files
Delete Icons
parent
0747c720
Changes
2
Hide whitespace changes
Inline
Side-by-side
MeshRepairPlugin.cc
View file @
e435c0e5
...
...
@@ -45,13 +45,18 @@
//-----------------------------------------------------------------------------
MeshRepairPlugin
::
MeshRepairPlugin
()
:
tool_
(
0
),
toolIcon_
(
0
)
tool_
(
nullptr
),
toolIcon_
(
nullptr
)
{
}
//-----------------------------------------------------------------------------
MeshRepairPlugin
::~
MeshRepairPlugin
()
{
delete
toolIcon_
;
}
void
MeshRepairPlugin
::
initializePlugin
()
...
...
MeshRepairPlugin.hh
View file @
e435c0e5
...
...
@@ -108,7 +108,7 @@ public :
MeshRepairPlugin
();
~
MeshRepairPlugin
()
{}
;
~
MeshRepairPlugin
();
QString
name
()
{
return
(
QString
(
"MeshRepair"
));
...
...
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