SVN_SILENT: more pedantry; i should stop reading through the code ;)
svn path=/trunk/KDE/kdelibs/; revision=1099008
This commit is contained in:
parent
8a059f5997
commit
841200fe6a
@ -57,9 +57,9 @@ SvgWidget::~SvgWidget()
|
||||
|
||||
void SvgWidget::mouseReleaseEvent ( QGraphicsSceneMouseEvent * event )
|
||||
{
|
||||
if (receivers(SIGNAL(clicked(Qt::MouseButton)))){
|
||||
if (receivers(SIGNAL(clicked(Qt::MouseButton)))) {
|
||||
emit clicked(event->button());
|
||||
}else{
|
||||
} else {
|
||||
event->accept();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user