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