[Kde-bindings] KDE/kdebindings/python/pykde4/sip/phonon
Kevin Kofler
kevin.kofler at chello.at
Sat Jun 28 04:51:58 UTC 2008
SVN commit 825399 by kkofler:
sip/phonon build fix: Don't wrap the AbstractMediaStream2 and StreamInterface2 classes which have been removed from Phonon 4.2 (the version matching KDE 4.1) as of:
http://websvn.kde.org/?view=rev&revision=812943
CCMAIL: kde-bindings at kde.org
CCMAIL: rdieter at math.unl.edu
D abstractmediastream2.sip
M +0 -1 phononmod.sip
M +0 -14 streaminterface.sip
--- trunk/KDE/kdebindings/python/pykde4/sip/phonon/phononmod.sip #825398:825399
@@ -19,7 +19,6 @@
%Include objectdescription.sip
%Include objectdescriptionmodel.sip
%Include abstractmediastream.sip
-%Include abstractmediastream2.sip
%Include abstractvideooutput.sip
%Include audiooutput.sip
%Include backendcapabilities.sip
--- trunk/KDE/kdebindings/python/pykde4/sip/phonon/streaminterface.sip #825398:825399
@@ -43,20 +43,6 @@
StreamInterface ();
}; // StreamInterface
-
-class StreamInterface2 : QObject, Phonon::StreamInterface
-{
-%TypeHeaderCode
-#include <phonon/streaminterface.h>
-%End
-
-public:
- void needData (quint32);
-
-protected:
- StreamInterface2 (QObject* parent /TransferThis/ = 0);
-}; // StreamInterface2
-
}; // Phonon
More information about the Kde-bindings
mailing list