summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/qwaylandwlshellsurface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwlshellsurface.cpp b/src/client/qwaylandwlshellsurface.cpp
index f1b0bd2c..098eddcb 100644
--- a/src/client/qwaylandwlshellsurface.cpp
+++ b/src/client/qwaylandwlshellsurface.cpp
@@ -147,7 +147,7 @@ void QWaylandWlShellSurface::setNormal()
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()