Remove extra ;

This commit is contained in:
Laurent Montel
2023-07-12 18:52:25 +02:00
parent 0c43d3eeee
commit a8536b0634
14 changed files with 16 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ public:
LiveLocation, /**< The initial event of a shared live location (i.e., the place where this is supposed to be shown in the timeline). */
Other, /**< Anything that cannot be classified as another type. */
};
Q_ENUM(DelegateType);
Q_ENUM(DelegateType)
/**
* @brief Defines the model roles.