]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kfileitemmodelbenchmark.cpp
Remove unnecessary semicolons after Q_UNUSED
[dolphin.git] / src / tests / kfileitemmodelbenchmark.cpp
index 5e335339607ea9afb2da1b65605652601478ad8c..8dfb4f622f8a0a52b1a52caaf650f98d661ff24a 100644 (file)
 #include <QTest>
 #include <QSignalSpy>
 
-#include <algorithm>
 #include <random>
 
 #include "kitemviews/kfileitemmodel.h"
 #include "kitemviews/private/kfileitemmodelsortalgorithm.h"
 
-#include "testdir.h"
-
 void myMessageOutput(QtMsgType type, const QMessageLogContext& context, const QString& msg)
 {
-    Q_UNUSED(context);
+    Q_UNUSED(context)
 
     switch (type) {
     case QtDebugMsg: