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

@@ -32,7 +32,7 @@ public:
Sender, /**< These rules configure notification behaviour for messages from a specific Matrix user ID. */
Underride, /**< These are identical to override rules, but have a lower priority than content, room and sender rules. */
};
Q_ENUM(Kind);
Q_ENUM(Kind)
/**
* @brief Translate the Kind enum value to a human readable string.
@@ -92,7 +92,7 @@ public:
*/
Undefined,
};
Q_ENUM(Section);
Q_ENUM(Section)
/**
* @brief Translate the Section enum value to a human readable string.