Show warning when trying to minimize on wl-shell

Change-Id: Ice040dad70d0bcaf8bd101da5956ae75e211fe91
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
This commit is contained in:
Johan Klokkhammer Helsing 2018-03-06 16:24:45 +01:00 committed by Johan Helsing
parent 1ed7da501a
commit fae6abb64b

View File

@ -147,7 +147,7 @@ void QWaylandWlShellSurface::setNormal()
void QWaylandWlShellSurface::setMinimized() void QWaylandWlShellSurface::setMinimized()
{ {
// TODO: There's no wl_shell_surface API for this qCWarning(lcQpaWayland) << "Minimization is not supported on wl-shell. Consider using xdg-shell instead.";
} }
void QWaylandWlShellSurface::setTopLevel() void QWaylandWlShellSurface::setTopLevel()