diff options
author | Sergio Ahumada <[email protected]> | 2013-01-27 00:43:59 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-01-28 20:35:41 +0100 |
commit | 8b62bb86cd94287a29fd1474efe04822523600df (patch) | |
tree | 584a594fa71baa56b85fd18a8958d889de62b523 /src/qmltest/quicktest.h | |
parent | d483a1bbaf7d3947dd18bacfa010b53300a7dbd6 (diff) |
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: Ia07e99676e0134fde5e32880edb95e57c779a7ff
Reviewed-by: Laszlo Papp <[email protected]>
Reviewed-by: Jędrzej Nowacki <[email protected]>
Reviewed-by: Alan Alpert <[email protected]>
Diffstat (limited to 'src/qmltest/quicktest.h')
-rw-r--r-- | src/qmltest/quicktest.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qmltest/quicktest.h b/src/qmltest/quicktest.h index d20d71aec4..d6ffcf86a8 100644 --- a/src/qmltest/quicktest.h +++ b/src/qmltest/quicktest.h @@ -44,8 +44,6 @@ #include <QtQuickTest/quicktestglobal.h> -QT_BEGIN_HEADER - QT_BEGIN_NAMESPACE Q_QUICK_TEST_EXPORT int quick_test_main(int argc, char **argv, const char *name, const char *sourceDir); @@ -82,6 +80,4 @@ Q_QUICK_TEST_EXPORT int quick_test_main(int argc, char **argv, const char *name, QT_END_NAMESPACE -QT_END_HEADER - #endif |