Skip to content

Commit

Permalink
fix(QtMultiMedia): Add qgis.PyQt.QtMultimedia
Browse files Browse the repository at this point in the history
Fixes #59351
  • Loading branch information
troopa81 authored and nyalldawson committed Jan 28, 2025
1 parent ac5678d commit 6e0cb97
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/PyQt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set(PYQT_COMPAT_FILES
QtWebEngineCore.py
QtWebEngineQuick.py
QtWebEngineWidgets.py
QtMultimedia.py
QtNetwork.py
QtXml.py
QtQuickWidgets.py
Expand Down
24 changes: 24 additions & 0 deletions python/PyQt/PyQt/QtMultimedia.py.in
Original file line number Diff line number Diff line change
@@ -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@[email protected] import *

0 comments on commit 6e0cb97

Please sign in to comment.