[vlc-commits] [Git][videolan/vlc][3.0.x] qt: PodcastConfiguration inherits QDialog not QWidget
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Nov 21 14:04:48 UTC 2024
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
b24844ff by KO Myung-Hun at 2024-11-21T13:16:43+00:00
qt: PodcastConfiguration inherits QDialog not QWidget
Especially, accept() and reject() slots are in QDialog.
(cherry picked from commit 183acaecc1fafdfe57a3c4981702ec00561c31e0)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
- - - - -
1 changed file:
- modules/gui/qt/ui/podcast_configuration.ui
Changes:
=====================================
modules/gui/qt/ui/podcast_configuration.ui
=====================================
@@ -1,6 +1,6 @@
<ui version="4.0" >
<class>PodcastConfiguration</class>
- <widget class="QWidget" name="PodcastConfiguration" >
+ <widget class="QDialog" name="PodcastConfiguration" >
<property name="geometry" >
<rect>
<x>0</x>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b24844ffc7e4962b757269bb43c94811aabad7bd
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b24844ffc7e4962b757269bb43c94811aabad7bd
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list