Remove extra semicolon

GIT_SILENT
This commit is contained in:
Elvis Angelaccio 2017-01-18 23:49:41 +01:00
parent 1be2704214
commit 97b5435b6b

View file

@ -22,7 +22,7 @@
#include <QTest> #include <QTest>
#include <QVector> #include <QVector>
Q_DECLARE_METATYPE(KItemRangeList); Q_DECLARE_METATYPE(KItemRangeList)
/** /**
* Converts a KItemRangeList to a KItemSet. * Converts a KItemRangeList to a KItemSet.