Skip to content

qt: Retain compatibility with Qt 5.9

Nirbheek Chauhan requested to merge nirbheek/gstreamer:fix-old-qt-compat into main

QSharedPointer.get() was added in Qt 5.11, and it does the same thing as .data()

https://doc.qt.io/qt-5/qsharedpointer.html#get

Fixes #867 (closed)

Merge request reports