~ubuntu-branches/ubuntu/precise/kde4libs/precise-proposed

« back to all changes in this revision

Viewing changes to khtml/html/html_objectimpl.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
{
271
271
    if (m_rerender) return;
272
272
    m_rerender = true;
273
 
    QTimer::singleShot( 0, this, SLOT( slotRerender()) );
 
273
    QTimer::singleShot( 0, this, SLOT(slotRerender()) );
274
274
}
275
275
 
276
276
void HTMLObjectBaseElementImpl::slotRerender()