┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemlistgroupheader.h
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark <[email protected]>2016-08-06 13:03:48 +0200
committerMartin T. H. Sandsmark <[email protected]>2016-08-06 13:03:48 +0200
commit676cdcbbdbea031c1bec56230561bf8a0efcd0f6 (patch)
treedb3eb3588e1657791457aea8e724ac502c242804 /src/panels/places/placesitemlistgroupheader.h
parentb7edab22445c78d846353aa88f560bfeb499bdb5 (diff)
Fix some low-hanging warning fruits
Diffstat (limited to 'src/panels/places/placesitemlistgroupheader.h')
-rw-r--r--src/panels/places/placesitemlistgroupheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemlistgroupheader.h b/src/panels/places/placesitemlistgroupheader.h
index 7daaba602..ec845e0ae 100644
--- a/src/panels/places/placesitemlistgroupheader.h
+++ b/src/panels/places/placesitemlistgroupheader.h
@@ -33,7 +33,7 @@ public:
protected:
virtual void paintSeparator(QPainter* painter, const QColor& color) Q_DECL_OVERRIDE;
- virtual QPalette::ColorRole normalTextColorRole() const;
+ virtual QPalette::ColorRole normalTextColorRole() const Q_DECL_OVERRIDE;
};
#endif