From 9b49788540a283d3800454931e4c4ba63bc4a476 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Wed, 9 May 2018 22:58:18 +0200 Subject: [PATCH] xdg-shell-v5 client: Remove accidental qDebug Change-Id: I1dbe14b317dd0a460abf3602da1772968d2fe150 Reviewed-by: Pier Luigi Fiorini Reviewed-by: Paul Olav Tvete --- .../wayland/plugins/shellintegration/xdg-shell-v5/main.cpp | 1 - .../xdg-shell-v5/qwaylandxdgshellv5integration_p.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp index 9345f4401c1..d365f682d08 100644 --- a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp +++ b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/main.cpp @@ -57,7 +57,6 @@ public: QWaylandShellIntegration *QWaylandXdgShellV5IntegrationPlugin::create(const QString &key, const QStringList ¶mList) { - qDebug() << Q_FUNC_INFO; Q_UNUSED(key); Q_UNUSED(paramList); return new QWaylandXdgShellV5Integration(); diff --git a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h index e8c05c9a00f..ce6bdb9eebf 100644 --- a/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h +++ b/src/plugins/platforms/wayland/plugins/shellintegration/xdg-shell-v5/qwaylandxdgshellv5integration_p.h @@ -64,7 +64,7 @@ class QWaylandXdgShellV5; class Q_WAYLAND_CLIENT_EXPORT QWaylandXdgShellV5Integration : public QWaylandShellIntegration { public: - QWaylandXdgShellV5Integration() {qDebug() << Q_FUNC_INFO;} + QWaylandXdgShellV5Integration() {} bool initialize(QWaylandDisplay *display) override; QWaylandShellSurface *createShellSurface(QWaylandWindow *window) override; void handleKeyboardFocusChanged(QWaylandWindow *newFocus, QWaylandWindow *oldFocus) override;