summaryrefslogtreecommitdiffstats
path: root/src/gsttools/qgstreamerbushelper.cpp
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-11-25 15:38:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-25 06:52:21 +0100
commit581564c9902702626a5dc89cb47632c6a624b514 (patch)
treebb51980dee89de3b3119d85f3941bbe99f76969e /src/gsttools/qgstreamerbushelper.cpp
parentb05819f9394418d9e47b44e1c5536934dda99575 (diff)
Fixed QtMultimedia core namespace compilation.
Change-Id: Ie276a7766bd26f3e49b2bc9c1a28ec96f1e3e4b0 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/gsttools/qgstreamerbushelper.cpp')
-rw-r--r--src/gsttools/qgstreamerbushelper.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gsttools/qgstreamerbushelper.cpp b/src/gsttools/qgstreamerbushelper.cpp
index 211c364df..870398c74 100644
--- a/src/gsttools/qgstreamerbushelper.cpp
+++ b/src/gsttools/qgstreamerbushelper.cpp
@@ -46,6 +46,7 @@
#include "qgstreamerbushelper_p.h"
+QT_BEGIN_NAMESPACE
#ifndef QT_NO_GLIB
class QGstreamerBusHelperPrivate : public QObject
@@ -234,4 +235,6 @@ void QGstreamerBusHelper::removeMessageFilter(QObject *filter)
d->busFilters.removeAll(busFilter);
}
+QT_END_NAMESPACE
+
#include "qgstreamerbushelper.moc"