summaryrefslogtreecommitdiff
path: root/src/multimedia/qmediaenumdebug.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-27 09:19:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 23:21:21 +0100
commit157f4f982bd3b78a3471f0a22652c3d32d89df70 (patch)
treebffb9b62fd9c5ad70f7bfed0a5c8b80958a0400d /src/multimedia/qmediaenumdebug.h
parentf462bb9177d550f16f2ec768571b9076eb489dfa (diff)
downloadqtmultimedia-157f4f982bd3b78a3471f0a22652c3d32d89df70.tar.gz
Remove QT_{BEGIN,END}_HEADER macro usage
The macro was made empty in qtbase/ba3dc5f3b56d1fab6fe37fe7ae08096d7dc68bcb and is no longer necessary or used. Discussed-on: http://lists.qt-project.org/pipermail/development/2013-January/009284.html Change-Id: Id95d10f5d9c146d9eb496119af6a8b8501ffcb17 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'src/multimedia/qmediaenumdebug.h')
-rw-r--r--src/multimedia/qmediaenumdebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/multimedia/qmediaenumdebug.h b/src/multimedia/qmediaenumdebug.h
index 9acf612cb..918d25efd 100644
--- a/src/multimedia/qmediaenumdebug.h
+++ b/src/multimedia/qmediaenumdebug.h
@@ -55,7 +55,6 @@
#include <QtCore/qmetaobject.h>
#include <QtCore/qdebug.h>
-QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#ifndef QT_NO_DEBUG_STREAM
@@ -75,7 +74,6 @@ inline QDebug operator<<(QDebug dbg, Class::Enum value) \
#endif //QT_NO_DEBUG_STREAM
QT_END_NAMESPACE
-QT_END_HEADER
#endif