]> cloud.milkyroute.net Git - dolphin.git/commitdiff
get rid of unused warnings
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Mon, 10 Nov 2014 07:42:37 +0000 (08:42 +0100)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Mon, 10 Nov 2014 07:42:37 +0000 (08:42 +0100)
src/kitemviews/kstandarditemlistwidget.cpp

index 8d8691bb0db58e8bf50e0d3a365df8237c30adec..9f23b9a4f98f01d2d423b6f0498a1bde97ae782e 100644 (file)
@@ -118,6 +118,8 @@ QString KStandardItemListWidgetInformant::itemText(int index, const KItemListVie
 
 bool KStandardItemListWidgetInformant::itemIsLink(int index, const KItemListView* view) const
 {
+    Q_UNUSED(index);
+    Q_UNUSED(view);
     return false;
 }