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; };