summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/ds9/qpin.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-24 11:53:58 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-24 12:41:41 (GMT)
commit5253fce55b1c09051635969661e5576f1bdb2b5b (patch)
tree1bf52abe3a66c9836e46fbb1f17f43a964076028 /src/3rdparty/phonon/ds9/qpin.h
parent262cc0fa04b4e666551fe2051ef83a4913129d10 (diff)
downloadQt-5253fce55b1c09051635969661e5576f1bdb2b5b.zip
Qt-5253fce55b1c09051635969661e5576f1bdb2b5b.tar.gz
Qt-5253fce55b1c09051635969661e5576f1bdb2b5b.tar.bz2
Phonon/ds9: refactor to prepare some improvements in the usage of mutex
Diffstat (limited to 'src/3rdparty/phonon/ds9/qpin.h')
-rw-r--r--src/3rdparty/phonon/ds9/qpin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/ds9/qpin.h b/src/3rdparty/phonon/ds9/qpin.h
index 9af6077..280ad61 100644
--- a/src/3rdparty/phonon/ds9/qpin.h
+++ b/src/3rdparty/phonon/ds9/qpin.h
@@ -86,7 +86,7 @@ namespace Phonon
protected:
//this can be used by sub-classes
mutable QMutex m_mutex;
- QBaseFilter *m_parent;
+ QBaseFilter * const m_parent;
bool m_flushing;
private: