diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-03 00:56:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-03 00:56:10 +0000 |
commit | a60268d12f5806d0cd2e0f19ea9e33b19aa8ea01 (patch) | |
tree | 6d319999217004cc8060585f4b0e5aed3d1b90c2 /media-sound/qmpdclient/files | |
parent | old (diff) | |
download | gentoo-2-a60268d12f5806d0cd2e0f19ea9e33b19aa8ea01.tar.gz gentoo-2-a60268d12f5806d0cd2e0f19ea9e33b19aa8ea01.tar.bz2 gentoo-2-a60268d12f5806d0cd2e0f19ea9e33b19aa8ea01.zip |
old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qmpdclient/files')
-rw-r--r-- | media-sound/qmpdclient/files/1.0.8-argc-ref-fix.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/media-sound/qmpdclient/files/1.0.8-argc-ref-fix.patch b/media-sound/qmpdclient/files/1.0.8-argc-ref-fix.patch deleted file mode 100644 index c34f733f69f3..000000000000 --- a/media-sound/qmpdclient/files/1.0.8-argc-ref-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur qmpdclient-1.0.8.old/src/qmpdclient.cpp qmpdclient-1.0.8/src/qmpdclient.cpp ---- qmpdclient-1.0.8.old/src/qmpdclient.cpp 2007-07-05 03:03:11.000000000 +0200 -+++ qmpdclient-1.0.8/src/qmpdclient.cpp 2007-07-05 03:03:50.000000000 +0200 -@@ -34,7 +34,7 @@ - #include <QTranslator> - #include <QWheelEvent> - --QMPDClient::QMPDClient(int argc, char **argv) : QApplication(argc, argv), m_translator(0), m_qtTranslator(0) { -+QMPDClient::QMPDClient(int &argc, char **argv) : QApplication(argc, argv), m_translator(0), m_qtTranslator(0) { - setObjectName("qmpdclient"); - setApplicationName("QMPDClient"); - setOrganizationName("QMPDClient"); -diff -Naur qmpdclient-1.0.8.old/src/qmpdclient.h qmpdclient-1.0.8/src/qmpdclient.h ---- qmpdclient-1.0.8.old/src/qmpdclient.h 2007-07-05 03:03:11.000000000 +0200 -+++ qmpdclient-1.0.8/src/qmpdclient.h 2007-07-05 03:03:35.000000000 +0200 -@@ -32,7 +32,7 @@ - class QMPDClient : public QApplication { - Q_OBJECT - public: -- QMPDClient(int, char **); -+ QMPDClient(int &, char **); - ~QMPDClient(); - bool eventFilter(QObject *, QEvent *); - #ifdef Q_WS_X11 |