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
95eb1333
Commit
95eb1333
authored
Mar 05, 2019
by
Jan Möbius
Browse files
Removed spaces from plugin name
parent
13e1fb97
Changes
1
Hide whitespace changes
Inline
Side-by-side
MeshRepairPlugin.hh
View file @
95eb1333
...
...
@@ -111,7 +111,7 @@ public :
~
MeshRepairPlugin
()
{};
QString
name
()
{
return
(
QString
(
"Mesh
Repair"
));
return
(
QString
(
"MeshRepair"
));
};
QString
description
(
)
{
return
(
QString
(
"Functionality to repair meshes"
));
...
...
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