]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinitemlistview.cpp
Remove unnecessary semicolons after Q_UNUSED
[dolphin.git] / src / views / dolphinitemlistview.cpp
index 4651d106845d05ea211efed19c8c063950093ea2..6397a48b70e60fdc2f583fb6efd741afaac7fc38 100644 (file)
@@ -124,7 +124,7 @@ void DolphinItemListView::onItemLayoutChanged(ItemLayout current, ItemLayout pre
 
 void DolphinItemListView::onPreviewsShownChanged(bool shown)
 {
-    Q_UNUSED(shown);
+    Q_UNUSED(shown)
     updateGridSize();
 }