fix(QtMultiMedia): Add qgis.PyQt.QtMultimedia

Fixes #59351
This commit is contained in:
Julien Cabieces 2025-01-27 10:33:43 +01:00 committed by Nyall Dawson
parent 59640d9fd6
commit e66297dd84
2 changed files with 25 additions and 0 deletions

View File

@ -13,6 +13,7 @@ set(PYQT_COMPAT_FILES
QtWebEngineCore.py
QtWebEngineQuick.py
QtWebEngineWidgets.py
QtMultimedia.py
QtNetwork.py
QtXml.py
QtQuickWidgets.py

View File

@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
"""
***************************************************************************
QtMultimedia.py
---------------------
Date : January 2025
Copyright : (C) 2025 by Julien Cabieces
Email : julien dot cabieces at oslandia dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
"""
__author__ = 'Julien Cabieces'
__date__ = 'January 2025'
__copyright__ = '(C) 2025, Julien Cabieces'
from PyQt@QT_VERSION_MAJOR@.QtMultimedia import *