[PyQt] PyQt examples phonon.
David Boddie
david at boddie.org.uk
Sun Jun 27 21:47:44 BST 2010
On Fri Jun 25 13:20:11 BST 2010, F.A.Pinkse wrote:
> I was looking inside the PyQt Examples source/phonon/musicplayer.pyw
> using Eric5 on Python3
>
> Eric found:
>
> warning: variable declared but never used.
>
> source = self.metaInformationResolver.currentSource()
>
> It is in line number 185
If source isn't used, and it seems that it isn't, then that line should just
be removed from the example.
David
More information about the PyQt
mailing list