Make choice text refer to the currently selected device.

This commit is contained in:
Teo Mrnjavac 2015-11-27 14:47:52 +01:00
parent b31ac92d7e
commit 4c90a68241
2 changed files with 27 additions and 10 deletions

View file

@ -78,6 +78,7 @@ private:
void applyActionChoice( Device* currentDevice, ChoicePage::Choice choice );
void updateActionChoicePreview( Device* currentDevice, ChoicePage::Choice choice );
void setupActions( Device* currentDevice );
OsproberEntryList getOsproberEntriesForDevice( Device* device ) const;
bool m_nextEnabled;
PartitionCoreModule* m_core;