From kde-commits Mon Aug 11 17:54:43 2008 From: Matthias Kretz Date: Mon, 11 Aug 2008 17:54:43 +0000 To: kde-commits Subject: KDE/kdebase/runtime/phonon/xine Message-Id: <1218477283.405982.18977.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121847729315376 SVN commit 845457 by mkretz: document what the pointer is used for M +2 -0 sourcenode.h --- trunk/KDE/kdebase/runtime/phonon/xine/sourcenode.h #845456:845457 @@ -51,6 +51,8 @@ bool deleted; friend class XineThread; + + // hold a ref to the sink that we're connected to to make 100% sure it's always valid QExplicitlySharedDataPointer m_xtSink; };