diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /multimedia/musique/files/patch-src_mainwindow.cpp | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'multimedia/musique/files/patch-src_mainwindow.cpp')
| -rw-r--r-- | multimedia/musique/files/patch-src_mainwindow.cpp | 18 |
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 |
