~ubuntu-branches/ubuntu/raring/okular/raring-proposed

« back to all changes in this revision

Viewing changes to ui/pageview.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2013-06-20 04:37:41 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20130620043741-2pbu2sdus67ejy5n
Tags: 4:4.10.4-0ubuntu0.1
New upstream bugfix release (LP: #1187574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
807
807
 
808
808
void PageView::selectAll()
809
809
{
810
 
    if ( Okular::Settings::mouseMode() == Okular::Settings::EnumMouseMode::TextSelect )
811
 
        return;
812
 
 
813
810
    QVector< PageViewItem * >::const_iterator it = d->items.constBegin(), itEnd = d->items.constEnd();
814
811
    for ( ; it < itEnd; ++it )
815
812
    {