Remove extra ';'

This commit is contained in:
Laurent Montel 2022-06-23 06:47:52 +02:00
parent d497860cd3
commit ba69e4a05a

View file

@ -33,7 +33,7 @@ public:
IconNameRole, IconNameRole,
DeviceRole DeviceRole
}; };
Q_ENUM(ModelRoles); Q_ENUM(ModelRoles)
// A device is always paired or reachable or both // A device is always paired or reachable or both
// You can combine the Paired and Reachable flags // You can combine the Paired and Reachable flags