diff options
Diffstat (limited to 'src/panels/places/placesitemlistgroupheader.h')
| -rw-r--r-- | src/panels/places/placesitemlistgroupheader.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panels/places/placesitemlistgroupheader.h b/src/panels/places/placesitemlistgroupheader.h index ec845e0ae..f3cdaa6a6 100644 --- a/src/panels/places/placesitemlistgroupheader.h +++ b/src/panels/places/placesitemlistgroupheader.h @@ -28,12 +28,12 @@ class PlacesItemListGroupHeader : public KStandardItemListGroupHeader public: PlacesItemListGroupHeader(QGraphicsWidget* parent = 0); - virtual ~PlacesItemListGroupHeader(); + ~PlacesItemListGroupHeader() override; protected: - virtual void paintSeparator(QPainter* painter, const QColor& color) Q_DECL_OVERRIDE; + void paintSeparator(QPainter* painter, const QColor& color) override; - virtual QPalette::ColorRole normalTextColorRole() const Q_DECL_OVERRIDE; + QPalette::ColorRole normalTextColorRole() const override; }; #endif |
