diff options
author | joerg <joerg@pkgsrc.org> | 2012-12-22 20:02:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-12-22 20:02:36 +0000 |
commit | 9f3d4dcdd0d153fc54bb64a59cd36ac0f092e4c7 (patch) | |
tree | 77c539f26cf6f7af2c17ef1cd0ffe90632690b6d /net/ktorrent | |
parent | c17de7c0f10c0ce34dbc23a597f527e431dc38e3 (diff) | |
download | pkgsrc-9f3d4dcdd0d153fc54bb64a59cd36ac0f092e4c7.tar.gz |
Don't forward declare a type that is pulled in via using.
Diffstat (limited to 'net/ktorrent')
-rw-r--r-- | net/ktorrent/distinfo | 4 | ||||
-rw-r--r-- | net/ktorrent/patches/patch-ktorrent_view_view.h | 12 | ||||
-rw-r--r-- | net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/net/ktorrent/distinfo b/net/ktorrent/distinfo index ef955be837e..7d58a23f81f 100644 --- a/net/ktorrent/distinfo +++ b/net/ktorrent/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.15 2012/09/03 10:14:44 marino Exp $ +$NetBSD: distinfo,v 1.16 2012/12/22 20:02:36 joerg Exp $ SHA1 (ktorrent-4.2.1.tar.bz2) = 3f52c4a10011a49d304c08a3bb1290a022e0c53f RMD160 (ktorrent-4.2.1.tar.bz2) = 571bbd2aec23fcb5e37e7e83b4e67260f9c460bc Size (ktorrent-4.2.1.tar.bz2) = 3082436 bytes +SHA1 (patch-ktorrent_view_view.h) = d24b5b738542eb245b13a90786c1b2f4b468c38c +SHA1 (patch-libktcore_groups_torrentgroup.h) = 32486c7850a8ce1a8779ca90b0781ac9d362233e SHA1 (patch-plugins_webinterface_httpresponseheader.cpp) = e9a32ad9af676a329079fb6cff3510baffacbf5e SHA1 (patch-plugins_webinterface_httpresponseheader.h) = f89ff3151b0153cf6bc58d379aa3a2981e760d9b diff --git a/net/ktorrent/patches/patch-ktorrent_view_view.h b/net/ktorrent/patches/patch-ktorrent_view_view.h new file mode 100644 index 00000000000..0933c461202 --- /dev/null +++ b/net/ktorrent/patches/patch-ktorrent_view_view.h @@ -0,0 +1,12 @@ +$NetBSD: patch-ktorrent_view_view.h,v 1.1 2012/12/22 20:02:37 joerg Exp $ + +--- ktorrent/view/view.h.orig 2012-12-22 19:35:16.000000000 +0000 ++++ ktorrent/view/view.h +@@ -40,7 +40,6 @@ namespace kt + class ViewSelectionModel; + class ViewDelegate; + class Group; +- class TorrentInterface; + + class View : public QTreeView + { diff --git a/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h b/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h new file mode 100644 index 00000000000..a012dc5ac97 --- /dev/null +++ b/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h @@ -0,0 +1,12 @@ +$NetBSD: patch-libktcore_groups_torrentgroup.h,v 1.1 2012/12/22 20:02:37 joerg Exp $ + +--- libktcore/groups/torrentgroup.h.orig 2012-12-22 19:31:00.000000000 +0000 ++++ libktcore/groups/torrentgroup.h +@@ -29,7 +29,6 @@ namespace kt + { + + class QueueManager; +- class TorrentInterface; + + /** + @author Joris Guisson <joris.guisson@gmail.com> |