SVN_SILENT: make this easier to find when we grep for things to fix in KDE5
svn path=/trunk/KDE/kdelibs/; revision=1124322
This commit is contained in:
parent
56d063430e
commit
59409bc888
@ -669,7 +669,7 @@ void Dialog::setGraphicsWidget(QGraphicsWidget *widget)
|
||||
}
|
||||
}
|
||||
|
||||
//BIC FIXME: should be const
|
||||
//KDE5 FIXME: should be const
|
||||
QGraphicsWidget *Dialog::graphicsWidget()
|
||||
{
|
||||
return d->graphicsWidgetPtr.data();
|
||||
@ -690,7 +690,7 @@ bool Dialog::eventFilter(QObject *watched, QEvent *event)
|
||||
if (event->type() == QEvent::Enter && watched == d->view) {
|
||||
unsetCursor();
|
||||
}
|
||||
|
||||
|
||||
return QWidget::eventFilter(watched, event);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user