Fix code style - add missing trailing comma

For better consistency and git changes tracking add trailing comma at
the end of the last value of an enum.
See also code-review at:
https://codereview.qt-project.org
/c/qt/qtbase/+/528392/comment/663ba25a_51ed514b/

Pick-to: 6.7
Change-Id: Ibcfcfb1ba1a8ba4b59297bf17103181a0ee6eafc
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Jonathan Ketchker 2024-01-19 23:45:21 +02:00
parent 868e91474c
commit afa6cbed64

View File

@ -40,7 +40,7 @@ public:
PublicShareLocation,
TemplatesLocation,
StateLocation,
GenericStateLocation
GenericStateLocation,
};
Q_ENUM(StandardLocation)