Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
5536c8f8
Commit
5536c8f8
authored
May 18, 2016
by
Jan Möbius
Browse files
Updated slotObjectUpdated Signature
parent
0d88413e
Pipeline
#1912
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Plugin-HoleFilling/HoleFillerPlugin.cc
View file @
5536c8f8
...
@@ -344,7 +344,7 @@ void HoleFillerPlugin::detectButton( )
...
@@ -344,7 +344,7 @@ void HoleFillerPlugin::detectButton( )
}
}
/// check for holes if an object has changed
/// check for holes if an object has changed
void
HoleFillerPlugin
::
slotObjectUpdated
(
int
_identifier
)
{
void
HoleFillerPlugin
::
slotObjectUpdated
(
int
_identifier
,
const
UpdateType
&
_type
)
{
BaseObjectData
*
object
;
BaseObjectData
*
object
;
...
...
Plugin-HoleFilling/HoleFillerPlugin.hh
View file @
5536c8f8
...
@@ -105,7 +105,7 @@ class HoleFillerPlugin : public QObject, BaseInterface, MouseInterface, PickingI
...
@@ -105,7 +105,7 @@ class HoleFillerPlugin : public QObject, BaseInterface, MouseInterface, PickingI
private
slots
:
private
slots
:
void
slotObjectUpdated
(
int
_identifier
);
void
slotObjectUpdated
(
int
_identifier
,
const
UpdateType
&
_type
);
void
slotMouseWheelEvent
(
QWheelEvent
*
/*_event*/
,
const
std
::
string
&
/*_mode*/
){};
void
slotMouseWheelEvent
(
QWheelEvent
*
/*_event*/
,
const
std
::
string
&
/*_mode*/
){};
...
...
Write
Preview
Supports
Markdown
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