[amarok] Fix the onlinedoc patch. (3)

Kevin Kofler kkofler at fedoraproject.org
Sun Jan 29 07:25:17 UTC 2012


commit f92e936a0101e6b9aa8387ab0b6d3578682224c0
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Jan 29 08:25:00 2012 +0100

    Fix the onlinedoc patch. (3)
    
    Add missing constructor.

 amarok-2.5.0-onlinedoc.patch |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
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()
 +{


More information about the scm-commits mailing list