ginebra2/ContentViews/GContentViewTouchNavigation.cpp
changeset 6 1c3b8676e58c
parent 5 0f2326c2a325
equal deleted inserted replaced
5:0f2326c2a325 6:1c3b8676e58c
    28   : GWebTouchNavigation(webPage, view)
    28   : GWebTouchNavigation(webPage, view)
    29 {
    29 {
    30     install();
    30     install();
    31     connect(m_view, SIGNAL(BlockFocusChanged(QPoint)), this, SLOT(BlockFocusChanged(QPoint)));
    31     connect(m_view, SIGNAL(BlockFocusChanged(QPoint)), this, SLOT(BlockFocusChanged(QPoint)));
    32 }
    32 }
    33 
       
    34 }
    33 }