diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2009-11-04 07:45:27 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2009-11-04 07:45:27 (GMT) |
commit | bd0fe34b7ae7ece37f013c193c28cce4fe8ba9ec (patch) | |
tree | 09400eca21b8ab90cb0194fa6c6c1be671d967e0 /src/3rdparty/phonon | |
parent | 1a03f7a1163b8aea69b54066f25f6b935352b6d8 (diff) | |
download | Qt-bd0fe34b7ae7ece37f013c193c28cce4fe8ba9ec.zip Qt-bd0fe34b7ae7ece37f013c193c28cce4fe8ba9ec.tar.gz Qt-bd0fe34b7ae7ece37f013c193c28cce4fe8ba9ec.tar.bz2 |
Removed some logging from MMF Phonon backend
Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/phonon')
-rw-r--r-- | src/3rdparty/phonon/mmf/ancestormovemonitor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp b/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp index 876499c..0447d57 100644 --- a/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp +++ b/src/3rdparty/phonon/mmf/ancestormovemonitor.cpp @@ -116,7 +116,7 @@ bool AncestorMoveMonitor::eventFilter(QObject *watched, QEvent *event) if(event->type() == QEvent::Move || event->type() == QEvent::ParentChange) { - TRACE_ENTRY("watched 0x%08x event.type %d", watched, event->type()); + //TRACE_ENTRY("watched 0x%08x event.type %d", watched, event->type()); const Hash::const_iterator it = m_hash.find(watched); if(it != m_hash.end()) { @@ -141,7 +141,7 @@ bool AncestorMoveMonitor::eventFilter(QObject *watched, QEvent *event) } } - TRACE_EXIT_0(); + //TRACE_EXIT_0(); } // The event is never consumed by this filter |