add missing QT_{BEGIN|END}_NAMESPACE

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

View File

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