ginebra2/GGraphicsWebView.cpp
changeset 9 b39122337a00
parent 3 0954f5dd2cd0
equal deleted inserted replaced
7:a1f515018ac1 9:b39122337a00
    48   {
    48   {
    49     m_loading = true;
    49     m_loading = true;
    50     m_loadTime.start();
    50     m_loadTime.start();
    51   }
    51   }
    52 
    52 
    53   void GGraphicsWebView::onLoadFinished(bool ok)
    53   void GGraphicsWebView::onLoadFinished(bool /*ok*/)
    54   {
    54   {
    55     m_loading = false;
    55     m_loading = false;
    56     update();
    56     update();
    57   }
    57   }
    58 
    58