diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-09-24 14:33:08 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-09-24 14:33:32 (GMT) |
commit | ba10fb231aaa5cf5512662b94c7f9b3702d2b2ec (patch) | |
tree | 2d4a70f1c3cb1f4e078d07ca581c1d17dd0b4b88 /src/3rdparty/phonon/mmf/videooutput.cpp | |
parent | b170ef90fc16f072be8b271a026aa355513e8966 (diff) | |
download | Qt-ba10fb231aaa5cf5512662b94c7f9b3702d2b2ec.zip Qt-ba10fb231aaa5cf5512662b94c7f9b3702d2b2ec.tar.gz Qt-ba10fb231aaa5cf5512662b94c7f9b3702d2b2ec.tar.bz2 |
Essentially do 's/NULL/0/g', to adhere to Qt coding style.
Addresses review comment.
Diffstat (limited to 'src/3rdparty/phonon/mmf/videooutput.cpp')
-rw-r--r-- | src/3rdparty/phonon/mmf/videooutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/videooutput.cpp b/src/3rdparty/phonon/mmf/videooutput.cpp index 642de97..e51fbcf 100644 --- a/src/3rdparty/phonon/mmf/videooutput.cpp +++ b/src/3rdparty/phonon/mmf/videooutput.cpp @@ -42,7 +42,7 @@ using namespace Phonon::MMF; MMF::VideoOutput::VideoOutput(QWidget* parent) : QWidget(parent) - , m_observer(NULL) + , m_observer(0) { TRACE_CONTEXT(VideoOutput::VideoOutput, EVideoInternal); TRACE_ENTRY("parent 0x%08x", parent); |