]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kfileitemmodelbenchmark.cpp
Remove unnecessary semicolons after Q_UNUSED
[dolphin.git] / src / tests / kfileitemmodelbenchmark.cpp
index 64ad116f62d09ffbeb9296554ffb9795cf9318f6..8dfb4f622f8a0a52b1a52caaf650f98d661ff24a 100644 (file)
@@ -28,7 +28,7 @@
 
 void myMessageOutput(QtMsgType type, const QMessageLogContext& context, const QString& msg)
 {
-    Q_UNUSED(context);
+    Q_UNUSED(context)
 
     switch (type) {
     case QtDebugMsg: