QSslError: fix wrong #endif placement
This would break a namespaced Qt when QT_NO_DEBUG_STREAM was in effect. Unlikely to hit, but nevertheless fixworthy. Change-Id: Ie2a4cf4334a6a610c84233ab1ca89b928386c91a Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
bc8bc6018e
commit
d91add71e7
@ -95,9 +95,9 @@
|
||||
#include "qsslsocket.h"
|
||||
#ifndef QT_NO_DEBUG_STREAM
|
||||
#include <QtCore/qdebug.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
#endif
|
||||
|
||||
class QSslErrorPrivate
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user