-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version info parsing #519
Version info parsing #519
Conversation
Can you please take a look at the merge conflict here? Thanks. |
|
||
namespace retdec { | ||
namespace fileformat { | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the empty line here
std::string iconHashSha256; ///< iconhash SHA256 | ||
std::string iconPerceptualAvgHash; ///< icon perceptual hash AvgHash | ||
std::vector<std::unique_ptr<Resource>> table; ///< stored resources | ||
std::vector<ResourceVersion *> resourceVersions; ///< icon groups |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment here is wrong
{ | ||
private: | ||
// TODO | ||
size_t iconGroupID; ///< icon group id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should iconGroupID
be in ResourceVersion
class?
6ba5a96
to
fbce869
Compare
#408
Added support for: