Client: Remove unused constructor for xdg-shell v5
Change-Id: Idcb2220237b3dba0a296fbb9a86497a3d0022d5f Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
c1df229b5d
commit
8f582e8e0b
@ -52,11 +52,6 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
namespace QtWaylandClient {
|
||||
|
||||
QWaylandXdgShellV5::QWaylandXdgShellV5(struct ::xdg_shell_v5 *shell)
|
||||
: QtWayland::xdg_shell_v5(shell)
|
||||
{
|
||||
}
|
||||
|
||||
QWaylandXdgShellV5::QWaylandXdgShellV5(struct ::wl_registry *registry, uint32_t id)
|
||||
: QtWayland::xdg_shell_v5(registry, id, 1)
|
||||
{
|
||||
|
@ -75,7 +75,6 @@ class QWaylandXdgPopupV5;
|
||||
class Q_WAYLAND_CLIENT_EXPORT QWaylandXdgShellV5 : public QtWayland::xdg_shell_v5
|
||||
{
|
||||
public:
|
||||
QWaylandXdgShellV5(struct ::xdg_shell_v5 *shell);
|
||||
QWaylandXdgShellV5(struct ::wl_registry *registry, uint32_t id);
|
||||
~QWaylandXdgShellV5() override;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user