~ubuntu-branches/ubuntu/raring/calligra/raring-proposed

« back to all changes in this revision

Viewing changes to stage/part/KPrSlidesSorterDocumentModel.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-01-15 17:26:10 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20130115172610-b193s9546hyssmym
Tags: 1:2.5.94-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    if (m_document) {
60
60
        connect(m_document, SIGNAL(pageAdded(KoPAPageBase*)), this, SLOT(update()));
61
61
        connect(m_document, SIGNAL(pageRemoved(KoPAPageBase*)), this, SLOT(update()));
 
62
        connect(m_document, SIGNAL(update(KoPAPageBase*)), this, SLOT(update()));
62
63
    }
63
64
 
64
65
    reset();