xdg-shell-v5 client: Remove accidental qDebug

Change-Id: I1dbe14b317dd0a460abf3602da1772968d2fe150
Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
Johan Klokkhammer Helsing 2018-05-09 22:58:18 +02:00 committed by Johan Helsing
parent 1e34573674
commit 9b49788540
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@ public:
QWaylandShellIntegration *QWaylandXdgShellV5IntegrationPlugin::create(const QString &key, const QStringList &paramList)
{
qDebug() << Q_FUNC_INFO;
Q_UNUSED(key);
Q_UNUSED(paramList);
return new QWaylandXdgShellV5Integration();

View File

@ -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;