Properly handle the edge case of a PCM::revert and null deviceModel.

This commit is contained in:
Teo Mrnjavac 2015-10-30 17:32:00 +01:00
parent 9b2f04daf6
commit 391b52427a
2 changed files with 30 additions and 0 deletions

View file

@ -88,6 +88,8 @@ private:
PrettyRadioButton* m_eraseButton;
PrettyRadioButton* m_replaceButton;
PrettyRadioButton* m_somethingElseButton;
int m_lastSelectedDeviceIndex;
};
#endif // CHOICEPAGE_H