Cleaned up default target variant selection code and some tidying
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Bloom
|
||||
QLabel* targetStatusLabel = nullptr;
|
||||
QLabel* programCounterValueLabel = nullptr;
|
||||
|
||||
std::vector<TargetVariant> supportedVariants;
|
||||
std::map<std::string, TargetVariant> supportedVariantsByName;
|
||||
const TargetVariant* selectedVariant = nullptr;
|
||||
bool uiDisabled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user