Update the bootloader picker when the chosen device changes.

This commit is contained in:
Teo Mrnjavac 2015-11-08 18:30:26 +01:00
parent a65be8bfda
commit e0b1290b8c
2 changed files with 41 additions and 5 deletions

View file

@ -63,6 +63,7 @@ public:
signals:
void nextStatusChanged( bool );
void actionChosen();
void deviceChosen( Device* );
private:
bool compact();