X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/de3e2ae40f626c1368dfd40bace54ef3e7815833..885916b7b4:/src/panels/places/placesitemlistgroupheader.cpp diff --git a/src/panels/places/placesitemlistgroupheader.cpp b/src/panels/places/placesitemlistgroupheader.cpp index e17fd4d66..dbd055f36 100644 --- a/src/panels/places/placesitemlistgroupheader.cpp +++ b/src/panels/places/placesitemlistgroupheader.cpp @@ -1,8 +1,7 @@ /*************************************************************************** * Copyright (C) 2012 by Peter Penz * * * - * Based on the Itemviews NG project from Trolltech Labs: * - * http://qt.gitorious.org/qt-labs/itemviews-ng * + * Based on the Itemviews NG project from Trolltech Labs * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -33,8 +32,8 @@ PlacesItemListGroupHeader::~PlacesItemListGroupHeader() void PlacesItemListGroupHeader::paintSeparator(QPainter* painter, const QColor& color) { - Q_UNUSED(painter); - Q_UNUSED(color); + Q_UNUSED(painter) + Q_UNUSED(color) } QPalette::ColorRole PlacesItemListGroupHeader::normalTextColorRole() const