QSslError: fix wrong #endif placement
authorMarc Mutz <marc.mutz@kdab.com>
Fri, 24 Feb 2012 18:19:32 +0000 (19:19 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sat, 25 Feb 2012 14:28:11 +0000 (15:28 +0100)
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>
src/network/ssl/qsslerror.cpp

index acb8d70..224ef9d 100644 (file)
@@ -95,9 +95,9 @@
 #include "qsslsocket.h"
 #ifndef QT_NO_DEBUG_STREAM
 #include <QtCore/qdebug.h>
+#endif
 
 QT_BEGIN_NAMESPACE
-#endif
 
 class QSslErrorPrivate
 {