Remove extra ';'
This commit is contained in:
parent
d497860cd3
commit
ba69e4a05a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue