Fix @since

This commit is contained in:
Albert Astals Cid 2024-08-10 00:33:27 +02:00
parent 934ccc2718
commit 548a8c7251

View file

@ -597,8 +597,8 @@ class OKULARCORE_EXPORT BackendOpaqueAction : public Action
{
public:
enum OpaqueActionResult {
DoNothing = 0, ///< @since 24.08 No action needed
RefreshForms = 0x01 ///< @since 24.08 Forms need to be refreshed
DoNothing = 0, ///< @since 24.12 No action needed
RefreshForms = 0x01 ///< @since 24.12 Forms need to be refreshed
};
Q_DECLARE_FLAGS(OpaqueActionResults, OpaqueActionResult)