1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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