diff options
| author | Martin T. H. Sandsmark <[email protected]> | 2016-08-06 13:03:48 +0200 |
|---|---|---|
| committer | Martin T. H. Sandsmark <[email protected]> | 2016-08-06 13:03:48 +0200 |
| commit | 676cdcbbdbea031c1bec56230561bf8a0efcd0f6 (patch) | |
| tree | db3eb3588e1657791457aea8e724ac502c242804 /src/panels | |
| parent | b7edab22445c78d846353aa88f560bfeb499bdb5 (diff) | |
Fix some low-hanging warning fruits
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/places/placesitemlistgroupheader.h | 2 | ||||
| -rw-r--r-- | src/panels/places/placespanel.h | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 81aeedb28..0c8b5f7f2 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -52,7 +52,7 @@ protected: virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE; public slots: - virtual void readSettings(); + virtual void readSettings() Q_DECL_OVERRIDE; private slots: void slotItemActivated(int index); |
