refactor: add explicit this-> where possible
I have knowingly skipped some files/portions of files where this would create merge conflicts for other open PRs.
This commit is contained in:
@@ -393,7 +393,7 @@ struct HelixBadgeSet {
|
||||
const auto jsonVersions = json.value("versions").toArray();
|
||||
for (const auto &version : jsonVersions)
|
||||
{
|
||||
versions.emplace_back(version.toObject());
|
||||
this->versions.emplace_back(version.toObject());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user