summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdatabuffer_p.h
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2016-06-03 07:33:55 +0200
committerKai Pastor <dg0yt@darc.de>2016-08-04 19:52:18 +0000
commit35117590c8f4634ddfdbe75966dd43adeca69369 (patch)
tree6afa9c84b06c6c4d93cb1f08691d6c6650679eb7 /src/gui/painting/qdatabuffer_p.h
parent595c6abf9d2cb666f2502bbf89ab3a7052717027 (diff)
Remove unneeded ';' after some macros
The unneeded ';' triggered warnings in pedantic compilation mode. Change-Id: Id2324823e138560bb25234306601253d7bbd713e Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/gui/painting/qdatabuffer_p.h')
-rw-r--r--src/gui/painting/qdatabuffer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qdatabuffer_p.h b/src/gui/painting/qdatabuffer_p.h
index 3fe39efdde..2a6b1bde4c 100644
--- a/src/gui/painting/qdatabuffer_p.h
+++ b/src/gui/painting/qdatabuffer_p.h
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
template <typename Type> class QDataBuffer
{
- Q_DISABLE_COPY(QDataBuffer);
+ Q_DISABLE_COPY(QDataBuffer)
public:
QDataBuffer(int res)
{