aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/musique/files/patch-src_mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/musique/files/patch-src_mainwindow.cpp')
-rw-r--r--multimedia/musique/files/patch-src_mainwindow.cpp18
1 files changed, 6 insertions, 12 deletions
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 <iostream>
+
-+
#if defined(APP_MAC_SEARCHFIELD) && !defined(APP_MAC_QMACTOOLBAR)
- SearchWrapper *searchWrapper = new SearchWrapper(this);
- toolbarSearch = searchWrapper->getSearchLineEdit();
+ #include "searchlineedit_mac.h"
+ #else