~ubuntu-branches/ubuntu/precise/okular/precise-proposed

« back to all changes in this revision

Viewing changes to ui/sidebar.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-23 22:53:33 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20111223225333-kkxbdqe29pr2glh5
Tags: upstream-4.7.95
Import upstream version 4.7.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
474
474
    connect( d->list, SIGNAL(customContextMenuRequested(QPoint)),
475
475
             this, SLOT(listContextMenu(QPoint)) );
476
476
    connect( d->splitter, SIGNAL(splitterMoved(int,int)), this, SLOT(splitterMoved(int,int)) );
 
477
    
 
478
    setFocusProxy( d->list );
477
479
}
478
480
 
479
481
Sidebar::~Sidebar()