diff options
Diffstat (limited to 'src/plugins/platforms/wayland/shellintegration/qwaylandshellintegrationplugin.cpp')
| -rw-r--r-- | src/plugins/platforms/wayland/shellintegration/qwaylandshellintegrationplugin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegrationplugin.cpp b/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegrationplugin.cpp index 05b5e91ad59..bbca1558d35 100644 --- a/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegrationplugin.cpp +++ b/src/plugins/platforms/wayland/shellintegration/qwaylandshellintegrationplugin.cpp @@ -43,6 +43,8 @@ QT_BEGIN_NAMESPACE +namespace QtWaylandClient { + QWaylandShellIntegrationPlugin::QWaylandShellIntegrationPlugin(QObject *parent) : QObject(parent) { @@ -52,4 +54,6 @@ QWaylandShellIntegrationPlugin::~QWaylandShellIntegrationPlugin() { } +} + QT_END_NAMESPACE |
