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-SelectionBSplineSurface
Commits
3a762932
Commit
3a762932
authored
Apr 28, 2021
by
Jan Möbius
Browse files
cppcheck fixes
parent
fcc05b99
Changes
2
Hide whitespace changes
Inline
Side-by-side
BSplineSurfaceSelectionPlugin.cc
View file @
3a762932
...
...
@@ -183,7 +183,7 @@ void BSplineSurfaceSelectionPlugin::updateSlotDescriptions() {
//==============================================================================================
void
BSplineSurfaceSelectionPlugin
::
slotSelectionOperation
(
QString
_operation
)
{
void
BSplineSurfaceSelectionPlugin
::
slotSelectionOperation
(
const
QString
&
_operation
)
{
SelectionInterface
::
PrimitiveType
type
=
0u
;
emit
getActivePrimitiveType
(
type
);
...
...
BSplineSurfaceSelectionPlugin.hh
View file @
3a762932
...
...
@@ -135,7 +135,7 @@ private slots:
void
noguiSupported
()
{};
// SelectionInterface
void
slotSelectionOperation
(
QString
_operation
);
void
slotSelectionOperation
(
const
QString
&
_operation
);
void
slotToggleSelection
(
QMouseEvent
*
_event
,
SelectionInterface
::
PrimitiveType
_currentType
,
bool
_deselect
);
void
slotVolumeLassoSelection
(
QMouseEvent
*
_event
,
SelectionInterface
::
PrimitiveType
_currentType
,
bool
_deselect
);
...
...
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