Skip to content

Commit

Permalink
Fix Qt version specified in a QT_VERSION_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Oct 24, 2021
1 parent 5984019 commit 9285016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waylandshells/xdg-shell/qwaylandxdgshell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void QWaylandXdgSurface::Toplevel::xdg_toplevel_configure(int32_t width, int32_t
case XDG_TOPLEVEL_STATE_FULLSCREEN:
m_pending.states |= Qt::WindowFullScreen;
break;
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#if QT_VERSION >= QT_VERSION_CHECK(6, 2, 0)
case XDG_TOPLEVEL_STATE_TILED_LEFT:
m_toplevelStates |= QWaylandWindow::WindowTiledLeft;
break;
Expand Down

0 comments on commit 9285016

Please sign in to comment.