Move bootloader class initialiation into helper.
commit92ef7bd3289a5c4d15bd0de6fb8950af4036891b
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Tue, 1 May 2012 08:09:14 +0000 (1 10:09 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Tue, 1 May 2012 08:49:48 +0000 (1 10:49 +0200)
tree70cd94f5908325da884d7093488002206941ba5e
parent0dd200b33a624131190b0cffffb00a1cf4f7fd41
Move bootloader class initialiation into helper.

Create a BootloaderInstallHelper class for handling post installation hints and
creating the installation instance depending on the player model. This removes
the base class handling its derived classes which always has been weird, and
removes the need to change the base class when adding a new installation
method, since the base shouldn't be affected.

Change-Id: I2a156d70fd1cff6c48bdd46d10c33d75c953ea90
rbutil/rbutilqt/base/bootloaderinstallbase.cpp
rbutil/rbutilqt/base/bootloaderinstallhelper.cpp [new file with mode: 0644]
rbutil/rbutilqt/base/bootloaderinstallhelper.h [new file with mode: 0644]
rbutil/rbutilqt/rbutilqt.cpp
rbutil/rbutilqt/rbutilqt.pri