summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_waylandclient/main.cpp
blob: 33f4470bb5ffcf8cd8402a3019c9a65396039027 (plain)
1
2
3
4
5
6
7
#include <private/qwaylandcursor_p.h>

int main()
{
    // use symbol
    QtWaylandClient::QWaylandCursor cursor(nullptr);
}