From ba69e4a05af05d5fd294fb6da07f91e08df9951c Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 23 Jun 2022 06:47:52 +0200 Subject: [PATCH] Remove extra ';' --- interfaces/devicesmodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/devicesmodel.h b/interfaces/devicesmodel.h index cd2826ff2..4a7314a74 100644 --- a/interfaces/devicesmodel.h +++ b/interfaces/devicesmodel.h @@ -33,7 +33,7 @@ public: IconNameRole, DeviceRole }; - Q_ENUM(ModelRoles); + Q_ENUM(ModelRoles) // A device is always paired or reachable or both // You can combine the Paired and Reachable flags