improved save current page

This commit is contained in:
Luis Ángel San Martín
2013-06-24 21:03:32 +02:00
parent b8b68ef782
commit c6095ad290
3 changed files with 10 additions and 2 deletions

View File

@ -779,4 +779,9 @@ void Viewer::showIsLastMessage()
{
notificationsLabel->setText(tr("Last page!"));
notificationsLabel->flash();
}
unsigned int Viewer::getIndex()
{
return render->getIndex()+1;
}