remove QT_{BEGIN|END}HEADER

Change-Id: Id30e6b75e5f682df5837f0e53f62bdb227f4323d
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann 2014-10-28 16:50:09 +01:00
parent 80823b53d2
commit 736bf93155
2 changed files with 0 additions and 7 deletions

View File

@ -46,7 +46,6 @@
#include "qurlinfo.h"
#include <QtCore/qobject.h>
QT_BEGIN_HEADER
class QFtpPrivate;
@ -156,6 +155,5 @@ private:
Q_PRIVATE_SLOT(d, void _q_piFtpReply(int, const QString&))
};
QT_END_HEADER
#endif // QFTP_H

View File

@ -46,11 +46,8 @@
#include <QtCore/qstring.h>
#include <QtCore/qiodevice.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
class QUrl;
class QUrlInfoPrivate;
@ -121,6 +118,4 @@ private:
QT_END_NAMESPACE
QT_END_HEADER
#endif // QURLINFO_H