ginebra2/ContentViews/SuperPageView.cpp
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
    55     QAction * action  = static_cast<QAction*>(sender());
    55     QAction * action  = static_cast<QAction*>(sender());
    56     QString script = action->data().toString();
    56     QString script = action->data().toString();
    57     m_contentView->webWidget()->page()->mainFrame()->evaluateJavaScript(script);
    57     m_contentView->webWidget()->page()->mainFrame()->evaluateJavaScript(script);
    58 }
    58 }
    59 
    59 
       
    60 QString SuperPageView::title() const {
       
    61     return m_contentView ? m_contentView->title() : QString::null;
    60 }
    62 }
       
    63 }