Browse Source

Drop extra semicolon

Fixes build with -pedantic flag.

PR #18431.
adaptive-webui-19844
Nick Korotysh 2 years ago committed by GitHub
parent
commit
ee00a80796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/windowstate.h

2
src/gui/windowstate.h

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

Loading…
Cancel
Save