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

« back to all changes in this revision

Viewing changes to ui/videowidget.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-23 22:53:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111223225333-l6ekbg2vq4pcsvwg
Tags: 4:4.7.95-0ubuntu1
* New upstream release candidate
* Enable DebianABIManager and bump ABI of libokularcore1

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
    return d->geom;
220
220
}
221
221
 
 
222
bool VideoWidget::isPlaying() const
 
223
{
 
224
    return d->player->isPlaying();
 
225
}
 
226
 
222
227
void VideoWidget::play()
223
228
{
224
229
    d->load();