Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 438768 Details for
Bug 587048
net-p2p/ktorrent-5.0.1 fails to compile with KSharedConfigPtr has not been declared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
KSharedConfig-Compile-Fix.patch
KSharedConfig-Compile-Fix.patch (text/plain), 1008 bytes, created by
Jonathan Scruggs (RETIRED)
on 2016-06-25 15:25:47 UTC
(
hide
)
Description:
KSharedConfig-Compile-Fix.patch
Filename:
MIME Type:
Creator:
Jonathan Scruggs (RETIRED)
Created:
2016-06-25 15:25:47 UTC
Size:
1008 bytes
patch
obsolete
>From ac8eb6b360fbaa2588ec523bb81c380289586db6 Mon Sep 17 00:00:00 2001 >From: David Faure <faure@kde.org> >Date: Sat, 14 May 2016 11:19:34 +0200 >Subject: [PATCH] Fix compilation, KSharedConfig was not found. > >--- > ktorrent/dialogs/pastedialog.h | 1 + > plugins/mediaplayer/mediaview.h | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/ktorrent/dialogs/pastedialog.h b/ktorrent/dialogs/pastedialog.h >index 2446848..430ea82 100644 >--- a/ktorrent/dialogs/pastedialog.h >+++ b/ktorrent/dialogs/pastedialog.h >@@ -22,6 +22,7 @@ > #define PASTEDIALOG_H > > #include <KDialog> >+#include <KSharedConfig> > #include "ui_pastedlgbase.h" > > >diff --git a/plugins/mediaplayer/mediaview.h b/plugins/mediaplayer/mediaview.h >index 2b9a7e6..d1959c1 100644 >--- a/plugins/mediaplayer/mediaview.h >+++ b/plugins/mediaplayer/mediaview.h >@@ -25,7 +25,7 @@ > #include <QListView> > #include <QCheckBox> > #include <QSortFilterProxyModel> >-#include <KSharedConfigPtr> >+#include <KSharedConfig> > #include "mediafile.h" > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 587048
: 438768