Add isBackEnabled checks to all ViewSteps.

This commit is contained in:
Teo Mrnjavac 2015-01-29 20:24:09 +01:00
parent 391652010d
commit 171248ad4f
17 changed files with 85 additions and 19 deletions

View file

@ -1,7 +1,7 @@
/* === This file is part of Calamares - <http://github.com/calamares> ===
*
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
*
* Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -258,6 +258,13 @@ PartitionViewStep::isNextEnabled() const
}
bool
PartitionViewStep::isBackEnabled() const
{
return true;
}
bool
PartitionViewStep::isAtBeginning() const
{