]>
cloud.milkyroute.net Git - dolphin.git/blob - src/panels/places/placesitemlistgroupheader.cpp
2 * SPDX-FileCopyrightText: 2012 Peter Penz <peter.penz19@gmail.com>
4 * Based on the Itemviews NG project from Trolltech Labs
6 * SPDX-License-Identifier: GPL-2.0-or-later
9 #include "placesitemlistgroupheader.h"
11 PlacesItemListGroupHeader::PlacesItemListGroupHeader(QGraphicsWidget
* parent
) :
12 KStandardItemListGroupHeader(parent
)
16 PlacesItemListGroupHeader::~PlacesItemListGroupHeader()
20 void PlacesItemListGroupHeader::paintSeparator(QPainter
* painter
, const QColor
& color
)
26 QPalette::ColorRole
PlacesItemListGroupHeader::normalTextColorRole() const
28 return QPalette::WindowText
;