Drop extra semicolon

Fixes build with -pedantic flag.

PR #18431.
This commit is contained in:
Nick Korotysh
2023-01-22 12:47:19 +01:00
committed by GitHub
parent 771c58d000
commit ee00a80796

View File

@@ -42,5 +42,5 @@ inline namespace WindowStateNS
Hidden Hidden
#endif #endif
}; };
Q_ENUM_NS(WindowState); Q_ENUM_NS(WindowState)
} }