Rename functions for consistency

This commit is contained in:
Ylva Selling
2024-03-04 14:14:23 +01:00
parent 86c2c75b01
commit fc2d48fa06
3 changed files with 14 additions and 14 deletions

View File

@@ -92,8 +92,8 @@ public:
nlohmann::json generateFactoryManagerJson() const;
nlohmann::json generateKeybindingsJson() const;
nlohmann::json generatePropertyOwnerJson(properties::PropertyOwner* owner) const;
nlohmann::json generateLicensesGroupedByLicense() const;
nlohmann::json generateLicenseList() const;
nlohmann::json generateLicenseGroupsJson() const;
nlohmann::json generateLicenseListJson() const;
nlohmann::json generateActionJson() const;
nlohmann::json generateEventJson() const;