equal
deleted
inserted
replaced
30 #include "hbdockwidget.h" |
30 #include "hbdockwidget.h" |
31 #include "hbdockwidget_p.h" |
31 #include "hbdockwidget_p.h" |
32 #include "hbview.h" |
32 #include "hbview.h" |
33 #include "hbcontentwidget_p.h" |
33 #include "hbcontentwidget_p.h" |
34 #include "hbmainwindow.h" |
34 #include "hbmainwindow.h" |
|
35 #include "hbtooltip.h" |
|
36 #include "hbgraphicsscene.h" |
35 #include "hbevent.h" |
37 #include "hbevent.h" |
36 #include "hbmainwindow_p.h" |
38 #include "hbmainwindow_p.h" |
37 #include <QGraphicsLayout> |
39 #include <QGraphicsLayout> |
38 #include <qcoreapplication.h> |
40 #include <qcoreapplication.h> |
39 |
41 |
276 } |
278 } |
277 |
279 |
278 void HbScreen::currentViewChanged(HbView *view) |
280 void HbScreen::currentViewChanged(HbView *view) |
279 { |
281 { |
280 Q_UNUSED(view); |
282 Q_UNUSED(view); |
|
283 HbToolTip::hideText(qobject_cast<HbGraphicsScene *>(scene())); |
281 repolish(); |
284 repolish(); |
282 } |
285 } |
283 |
286 |
284 bool HbScreen::event(QEvent *e) |
287 bool HbScreen::event(QEvent *e) |
285 { |
288 { |