From c779ac4543553fd89af96f50b4073a957c604b2c Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 25 Nov 2025 08:42:26 -0800 Subject: multimedia/musique: Change to Qt6 --- multimedia/musique/files/patch-src_mainwindow.cpp | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'multimedia/musique/files/patch-src_mainwindow.cpp') diff --git a/multimedia/musique/files/patch-src_mainwindow.cpp b/multimedia/musique/files/patch-src_mainwindow.cpp index c1410a1a6c5a..b1e8fb462855 100644 --- a/multimedia/musique/files/patch-src_mainwindow.cpp +++ b/multimedia/musique/files/patch-src_mainwindow.cpp @@ -1,17 +1,11 @@ -Fix build with Taglib 2.x - -Obtained from: -https://github.com/flaviotordini/musique/commit/7277d40defe9cde40f947a81d624195ddf683f44 - ---- src/mainwindow.cpp.orig 2023-06-24 18:44:28 UTC +--- src/mainwindow.cpp.orig 2025-11-25 16:33:26 UTC +++ src/mainwindow.cpp -@@ -575,6 +575,9 @@ void MainWindow::createToolBar() { - volumeSlider = new SeekSlider(this); - volumeSlider->setValue(volumeSlider->maximum()); +@@ -46,6 +46,8 @@ $END_LICENSE */ + #include "view.h" + #include "zoomableui.h" +#include -+ + #if defined(APP_MAC_SEARCHFIELD) && !defined(APP_MAC_QMACTOOLBAR) - SearchWrapper *searchWrapper = new SearchWrapper(this); - toolbarSearch = searchWrapper->getSearchLineEdit(); + #include "searchlineedit_mac.h" + #else -- cgit v1.2.3