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-HoleFilling
Commits
1ed86ea5
Commit
1ed86ea5
authored
May 18, 2016
by
Jan Möbius
Browse files
Updated slotObjectUpdated Signature
parent
0f3e505e
Changes
2
Hide whitespace changes
Inline
Side-by-side
HoleFillerPlugin.cc
View file @
1ed86ea5
...
...
@@ -344,7 +344,7 @@ void HoleFillerPlugin::detectButton( )
}
/// check for holes if an object has changed
void
HoleFillerPlugin
::
slotObjectUpdated
(
int
_identifier
)
{
void
HoleFillerPlugin
::
slotObjectUpdated
(
int
_identifier
,
const
UpdateType
&
_type
)
{
BaseObjectData
*
object
;
...
...
HoleFillerPlugin.hh
View file @
1ed86ea5
...
...
@@ -105,7 +105,7 @@ class HoleFillerPlugin : public QObject, BaseInterface, MouseInterface, PickingI
private
slots
:
void
slotObjectUpdated
(
int
_identifier
);
void
slotObjectUpdated
(
int
_identifier
,
const
UpdateType
&
_type
);
void
slotMouseWheelEvent
(
QWheelEvent
*
/*_event*/
,
const
std
::
string
&
/*_mode*/
){};
...
...
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