summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2016-05-03 08:10:55 +0200
committerMorten Johan Sørvig <morten.sorvig@qt.io>2016-05-03 06:17:55 +0000
commit36be116213078c4c7386c780b6b275e09e15b2ed (patch)
tree474ec4083d1984200412be17ee73a8adb81e81ae
parent2f90f27bd8f621f0f0d69c407bdd4c6b2af567c8 (diff)
Remove extra semicolon.
Compile with -Wpedantic. Change-Id: I368b984b3bc5542ad9ae940541d3d390a06b4fe4 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rw-r--r--src/corelib/thread/qthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qthread.h b/src/corelib/thread/qthread.h
index c75809fd46..fde7e6423f 100644
--- a/src/corelib/thread/qthread.h
+++ b/src/corelib/thread/qthread.h
@@ -41,7 +41,7 @@
QT_BEGIN_NAMESPACE
-Q_DECLARE_LOGGING_CATEGORY(QT_QTHREAD);
+Q_DECLARE_LOGGING_CATEGORY(QT_QTHREAD)
class QThreadData;
class QThreadPrivate;