Fix "extra ;" warning (#624)

This commit is contained in:
Stefan Gerlach 2024-04-08 11:40:06 +02:00 committed by GitHub
parent 65781b7cac
commit 6e63418798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ enum SideBarLocation
SideBarBottom,
SideBarNone
};
Q_ENUMS(SideBarLocation);
Q_ENUMS(SideBarLocation)
namespace internal