summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging/qscriptenginedebugger.h
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-01-27 09:45:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-28 19:52:27 +0100
commit7e1803d382fd199bae12c8e13cd710e51e633a09 (patch)
treef534576a0d917822f2a7a2d631f146ebc193e42e /src/scripttools/debugging/qscriptenginedebugger.h
parentd8232635209f0ed34e005384410a63fea018073e (diff)
downloadqtscript-7e1803d382fd199bae12c8e13cd710e51e633a09.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: I7fed9ff47fd84f6cf2b418658a1ee3e7130539ac Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'src/scripttools/debugging/qscriptenginedebugger.h')
-rw-r--r--src/scripttools/debugging/qscriptenginedebugger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scripttools/debugging/qscriptenginedebugger.h b/src/scripttools/debugging/qscriptenginedebugger.h
index 3f15bc3..9589f65 100644
--- a/src/scripttools/debugging/qscriptenginedebugger.h
+++ b/src/scripttools/debugging/qscriptenginedebugger.h
@@ -45,8 +45,6 @@
#include <QtCore/qobject.h>
#include <QtScript/qtscriptglobal.h>
-QT_BEGIN_HEADER
-
QT_BEGIN_NAMESPACE
@@ -132,6 +130,4 @@ private:
QT_END_NAMESPACE
-QT_END_HEADER
-
#endif