┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kitemrangetest.cpp
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2015-09-01 22:02:29 +0200
committerMontel Laurent <[email protected]>2015-09-01 22:02:47 +0200
commitbfa4274f58fcf5c873f20210ce6a88277671ccee (patch)
tree6aa5e205f4636da9b5229c264a7a1b5924c7d405 /src/tests/kitemrangetest.cpp
parent6eae544e2943af4e1dea874b07dd3218b3d8bb1d (diff)
Pedantic--
Diffstat (limited to 'src/tests/kitemrangetest.cpp')
-rw-r--r--src/tests/kitemrangetest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/kitemrangetest.cpp b/src/tests/kitemrangetest.cpp
index ce7b48012..5e4ea653f 100644
--- a/src/tests/kitemrangetest.cpp
+++ b/src/tests/kitemrangetest.cpp
@@ -22,8 +22,8 @@
#include <QTest>
#include <QVector>
-Q_DECLARE_METATYPE(QVector<int>);
-Q_DECLARE_METATYPE(KItemRangeList);
+Q_DECLARE_METATYPE(QVector<int>)
+Q_DECLARE_METATYPE(KItemRangeList)
class KItemRangeTest : public QObject
{