FirmwareDialog: UI improvements, bugfixes

This commit is contained in:
Vojtech Kral
2018-08-01 12:18:19 +02:00
committed by bubnikv
parent 14c9ff174d
commit b6d70f5fe8
7 changed files with 385 additions and 174 deletions
+2 -1
View File
@@ -19,9 +19,10 @@ struct HexFile
};
boost::filesystem::path path;
DeviceKind device;
DeviceKind device = DEV_GENERIC;
std::string model_id;
HexFile() {}
HexFile(boost::filesystem::path path);
};