/***************************************************************************
* Copyright (C) 2012 by Peter Penz <peter.penz19@gmail.com> *
* *
- * 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 *
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