src/hbcore/gui/hbscreen.cpp
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    33 #include "hbcontentwidget_p.h"
    33 #include "hbcontentwidget_p.h"
    34 #include "hbmainwindow.h"
    34 #include "hbmainwindow.h"
    35 #include "hbevent.h"
    35 #include "hbevent.h"
    36 #include "hbmainwindow_p.h"
    36 #include "hbmainwindow_p.h"
    37 #include <QGraphicsLayout>
    37 #include <QGraphicsLayout>
       
    38 #include <qcoreapplication.h>
    38 
    39 
    39 /*!
    40 /*!
    40   \class HbScreen
    41   \class HbScreen
    41 
    42 
    42   \brief HbScreen represents the item that is the parent of all
    43   \brief HbScreen represents the item that is the parent of all
   260 {
   261 {
   261     if (mTb) {
   262     if (mTb) {
   262         HbToolBarPrivate::d_ptr(mTb)->mDoLayout = false;
   263         HbToolBarPrivate::d_ptr(mTb)->mDoLayout = false;
   263     }
   264     }
   264     repolish();
   265     repolish();
       
   266     QCoreApplication::sendPostedEvents(this, QEvent::Polish);
   265 }
   267 }
   266 
   268 
   267 void HbScreen::currentViewChanged(HbView* view)
   269 void HbScreen::currentViewChanged(HbView* view)
   268 {
   270 {
   269     Q_UNUSED(view);
   271     Q_UNUSED(view);