public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: Fix the onlinedoc patch. (3)
@ 2026-07-06 18:31 Kevin Kofler
0 siblings, 0 replies; only message in thread
From: Kevin Kofler @ 2026-07-06 18:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : f92e936a0101e6b9aa8387ab0b6d3578682224c0
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date : 2012-01-29T08:25:00+01:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/f92e936a0101e6b9aa8387ab0b6d3578682224c0?branch=epel10.2
Log:
Fix the onlinedoc patch. (3)
Add missing constructor.
---
diff --git a/amarok-2.5.0-onlinedoc.patch b/amarok-2.5.0-onlinedoc.patch
index fa98999..dc731d4 100644
--- a/amarok-2.5.0-onlinedoc.patch
+++ b/amarok-2.5.0-onlinedoc.patch
@@ -1,6 +1,6 @@
diff -ur amarok-2.5.0/src/ActionClasses.cpp amarok-2.5.0-onlinedoc/src/ActionClasses.cpp
--- amarok-2.5.0/src/ActionClasses.cpp 2011-12-15 08:36:48.000000000 +0100
-+++ amarok-2.5.0-onlinedoc/src/ActionClasses.cpp 2012-01-29 07:43:56.000000000 +0100
++++ amarok-2.5.0-onlinedoc/src/ActionClasses.cpp 2012-01-29 08:23:50.000000000 +0100
@@ -31,10 +31,12 @@
#include "playlist/PlaylistActions.h"
#include "playlist/PlaylistModelStack.h"
@@ -43,10 +43,15 @@ diff -ur amarok-2.5.0/src/ActionClasses.cpp amarok-2.5.0-onlinedoc/src/ActionCla
// NOTE: We hide "Report Bug..." because we need to add it on our own to name the dialog
// so it can be blacklisted from LikeBack.
s_helpMenu->action( KHelpMenu::menuReportBug )->setVisible( false );
-@@ -164,6 +181,12 @@
+@@ -164,6 +181,17 @@
return menu;
}
++OnlineHelpHandler::OnlineHelpHandler( QObject* parent )
++ : QObject( parent )
++{
++}
++
+void
+OnlineHelpHandler::onlineHelpActivated()
+{
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:31 [rpms/amarok] epel10.2: Fix the onlinedoc patch. (3) Kevin Kofler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox