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

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