Disable next on last page.

This commit is contained in:
Teo Mrnjavac 2015-11-20 17:39:08 +01:00
parent 22470ba4af
commit 51d0d9f9b4

View File

@ -265,7 +265,10 @@ ViewManager::next()
if ( m_currentStep == m_steps.count() -1 &&
m_steps.last()->isAtEnd() )
{
m_next->setEnabled( false );
m_quit->setText( tr( "&Quit" ) );
}
}