| 3517 | }; |
| 3518 | |
| 3519 | void *AccessWaylandPlatformInterface(const QByteArray &resource, QWindow *window) |
| 3520 | { |
| 3521 | QPlatformNativeInterface *native = QGuiApplication::platformNativeInterface(); |
| 3522 | return native->nativeResourceForWindow(resource, window); |
| 3523 | } |
| 3524 | |
| 3525 | // Default Qt doesn't do this in release Qt builds, which is all we use |
| 3526 | #if defined(Q_OS_WIN32) |
no outgoing calls
no test coverage detected