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:
Aaron J. Seigo 2010-05-08 20:46:56 +00:00
parent 56d063430e
commit 59409bc888

View File

@ -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);
}