forked from qt-creator/qt-creator
Remove QT_BEGIN/END_HEADER, fixing compilation with Qt 5 (dev).
The macros were removed in 07e3bcdc106ac42703ae0fb88b6cac2d2bfdd072 . Change-Id: I4a43106ca85dc9ed97f75a4505888cb550305a8d Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
#include <QtCore/qurl.h>
|
||||
#include <QtCore/qstring.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -72,6 +70,4 @@ Q_DECLARE_TYPEINFO(QmlError, Q_MOVABLE_TYPE);
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
QT_END_HEADER
|
||||
|
||||
#endif // QQMLERROR_H
|
||||
|
||||
Reference in New Issue
Block a user