summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qbuffer.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-20 09:30:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-20 21:09:00 +0200
commitb6cd3bca280bd81e932ff51a3ec2b9fc70231646 (patch)
treef77332d26736b7b112dfc0737555d08ffac40975 /src/corelib/io/qbuffer.h
parent80a2878e201f294697d69b7606571a036c36a19d (diff)
Whitespace cleanup in corelib/iov6.0.0-beta2
Selective application of clang-format to follow our coding style where it is significantly off. Change-Id: I0ff4ed146fe53922691d5473d0c236f31d478a04 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/corelib/io/qbuffer.h')
-rw-r--r--src/corelib/io/qbuffer.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/corelib/io/qbuffer.h b/src/corelib/io/qbuffer.h
index 39e1e7b39d..c2aba92a10 100644
--- a/src/corelib/io/qbuffer.h
+++ b/src/corelib/io/qbuffer.h
@@ -45,7 +45,6 @@
QT_BEGIN_NAMESPACE
-
class QObject;
class QBufferPrivate;
@@ -57,11 +56,11 @@ class Q_CORE_EXPORT QBuffer : public QIODevice
public:
#ifndef QT_NO_QOBJECT
- explicit QBuffer(QObject *parent = nullptr);
- QBuffer(QByteArray *buf, QObject *parent = nullptr);
+ explicit QBuffer(QObject *parent = nullptr);
+ QBuffer(QByteArray *buf, QObject *parent = nullptr);
#else
- QBuffer();
- explicit QBuffer(QByteArray *buf);
+ QBuffer();
+ explicit QBuffer(QByteArray *buf);
#endif
~QBuffer();