remove xdgv6 use from 5.11 branch

This commit is contained in:
David Edmundson 2017-10-02 08:49:37 +01:00
parent 0d96e60b79
commit 7c538207f4

View file

@ -80,7 +80,6 @@ void VirtualDesktopTest::testLastDesktopRemoved_data()
QTest::newRow("wlShell") << Test::ShellSurfaceType::WlShell;
QTest::newRow("xdgShellV5") << Test::ShellSurfaceType::XdgShellV5;
QTest::newRow("xdgShellV6") << Test::ShellSurfaceType::XdgShellV6;
}
void VirtualDesktopTest::testLastDesktopRemoved()